|
|
|
@ -747,6 +747,18 @@ let field_nullability =
|
|
|
|
|
; ( "android.content.pm.ResolveInfo.providerInfo"
|
|
|
|
|
, n (* Exactly one of activityInfo, serviceInfo, or providerInfo will be non-null. *) )
|
|
|
|
|
; ("android.content.res.Configuration.locale", o)
|
|
|
|
|
; ("android.graphics.Paint.Align.CENTER", o)
|
|
|
|
|
; ("android.graphics.Paint.Align.LEFT", o)
|
|
|
|
|
; ("android.graphics.Paint.Align.RIGHT", o)
|
|
|
|
|
; ("android.graphics.Paint.Cap.BUTT", o)
|
|
|
|
|
; ("android.graphics.Paint.Cap.ROUND", o)
|
|
|
|
|
; ("android.graphics.Paint.Cap.SQUARE", o)
|
|
|
|
|
; ("android.graphics.Paint.Join.BEVEL", o)
|
|
|
|
|
; ("android.graphics.Paint.Join.MITER", o)
|
|
|
|
|
; ("android.graphics.Paint.Join.ROUND", o)
|
|
|
|
|
; ("android.graphics.Paint.Style.FILL", o)
|
|
|
|
|
; ("android.graphics.Paint.Style.FILL_AND_STROKE", o)
|
|
|
|
|
; ("android.graphics.Paint.Style.STROKE", o)
|
|
|
|
|
; ("android.graphics.Typeface.BOLD", o)
|
|
|
|
|
; ("android.graphics.Typeface.DEFAULT", o)
|
|
|
|
|
; ("android.graphics.Typeface.DEFAULT_BOLD", o)
|
|
|
|
|