Android.Content.Res.Configuration: Field Members

The fields of Android.Content.Res.Configuration are listed below. For a list of all members, see the Configuration Members list.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
DensityDpiUndefinedint (0). Default value for Configuration.DensityDpi indicating that no width has been specified.
const
MncZeroint (65535). Constant used to to represent MNC (Mobile Network Code) zero. 0 cannot be used, since it is used to represent an undefined MNC.
const
ScreenHeightDpUndefinedScreen (0). Default value for Configuration.ScreenHeightDp indicating that no width has been specified.
const
ScreenWidthDpUndefinedScreen (0). Default value for Configuration.ScreenWidthDp indicating that no width has been specified.
const
SmallestScreenWidthDpUndefinedint (0). Default value for Configuration.SmallestScreenWidthDp indicating that no width has been specified.
const
UiModeNightMaskUiMode (48). Constant for Configuration.UiMode: bits that encode the night mode.
const
UiModeNightNoUiMode (16). Constant for Configuration.UiMode: a Configuration.UiModeNightMask value that corresponds to the notnight resource qualifier.
const
UiModeNightUndefinedUiMode (0). Constant for Configuration.UiMode: a Configuration.UiModeNightMask value indicating that no mode type has been set.
const
UiModeNightYesUiMode (32). Constant for Configuration.UiMode: a Configuration.UiModeNightMask value that corresponds to the night resource qualifier.
const
UiModeTypeApplianceUiMode (5). Constant for Configuration.UiMode: a Configuration.UiModeTypeMask value that corresponds to the appliance resource qualifier.
const
UiModeTypeCarUiMode (3). Constant for Configuration.UiMode: a Configuration.UiModeTypeMask value that corresponds to the car resource qualifier.
const
UiModeTypeDeskUiMode (2). Constant for Configuration.UiMode: a Configuration.UiModeTypeMask value that corresponds to the desk resource qualifier.
const
UiModeTypeMaskUiMode (15). Constant for Configuration.UiMode: bits that encode the mode type.
const
UiModeTypeNormalUiMode (1). Constant for Configuration.UiMode: a Configuration.UiModeTypeMask value that corresponds to no UI mode resource qualifier specified.
const
UiModeTypeTelevisionUiMode (4). Constant for Configuration.UiMode: a Configuration.UiModeTypeMask value that corresponds to the television resource qualifier.
const
UiModeTypeUndefinedUiMode (0). Constant for Configuration.UiMode: a Configuration.UiModeTypeMask value indicating that no mode type has been set.
const
UiModeTypeWatchUiMode (6). Constant for Configuration.UiMode: a Configuration.UiModeTypeMask value that corresponds to the watch resource qualifier.