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
const | DensityDpiUndefined | int (0). Default value for Configuration.DensityDpi indicating that no width has been specified. |
const | MncZero | int (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 | ScreenHeightDpUndefined | Screen (0). Default value for Configuration.ScreenHeightDp indicating that no width has been specified. |
const | ScreenWidthDpUndefined | Screen (0). Default value for Configuration.ScreenWidthDp indicating that no width has been specified. |
const | SmallestScreenWidthDpUndefined | int (0). Default value for Configuration.SmallestScreenWidthDp indicating that no width has been specified. |
const | UiModeNightMask | UiMode (48). Constant for Configuration.UiMode: bits that encode the night mode. |
const | UiModeNightNo | UiMode (16). Constant for Configuration.UiMode: a Configuration.UiModeNightMask value that corresponds to the notnight resource qualifier. |
const | UiModeNightUndefined | UiMode (0). Constant for Configuration.UiMode: a Configuration.UiModeNightMask value indicating that no mode type has been set. |
const | UiModeNightYes | UiMode (32). Constant for Configuration.UiMode: a Configuration.UiModeNightMask value that corresponds to the night resource qualifier. |
const | UiModeTypeAppliance | UiMode (5). Constant for Configuration.UiMode: a Configuration.UiModeTypeMask value that corresponds to the appliance resource qualifier. |
const | UiModeTypeCar | UiMode (3). Constant for Configuration.UiMode: a Configuration.UiModeTypeMask value that corresponds to the car resource qualifier. |
const | UiModeTypeDesk | UiMode (2). Constant for Configuration.UiMode: a Configuration.UiModeTypeMask value that corresponds to the desk resource qualifier. |
const | UiModeTypeMask | UiMode (15). Constant for Configuration.UiMode: bits that encode the mode type. |
const | UiModeTypeNormal | UiMode (1). Constant for Configuration.UiMode: a Configuration.UiModeTypeMask value that corresponds to no UI mode resource qualifier specified. |
const | UiModeTypeTelevision | UiMode (4). Constant for Configuration.UiMode: a Configuration.UiModeTypeMask value that corresponds to the television resource qualifier. |
const | UiModeTypeUndefined | UiMode (0). Constant for Configuration.UiMode: a Configuration.UiModeTypeMask value indicating that no mode type has been set. |
const | UiModeTypeWatch | UiMode (6). Constant for Configuration.UiMode: a Configuration.UiModeTypeMask value that corresponds to the watch resource qualifier. |