The members of Android.Content.Res.Configuration are listed below.
See Also: Inherited members from Java.Lang.Object
Construct an invalid Configuration. | ||
Makes a deep copy suitable for modification. |
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. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
DensityDpi | int. The target screen density being rendered to, corresponding to density resource qualifier. | |
FontScale | float. Current user preference for the scaling factor for fonts, relative to the base density scaling. | |
HardKeyboardHidden | HardKeyboardHidden. A flag indicating whether the hard keyboard has been hidden. | |
Keyboard | KeyboardType. The kind of keyboard attached to the device. | |
KeyboardHidden | KeyboardHidden. A flag indicating whether any keyboard is available. | |
[read-only] | LayoutDirection | Android.Views.LayoutDirection. Return the layout direction. |
Locale | Java.Util.Locale. Current user preference for the locale, corresponding to locale resource qualifier. | |
Mcc | int. IMSI MCC (Mobile Country Code), corresponding to mcc resource qualifier. 0 if undefined. | |
Mnc | int. IMSI MNC (Mobile Network Code), corresponding to mnc resource qualifier. 0 if undefined. | |
Navigation | Navigation. The kind of navigation method available on the device. | |
NavigationHidden | NavigationHidden. A flag indicating whether any 5-way or DPAD navigation available. | |
Orientation | Orientation. Overall orientation of the screen. | |
ScreenHeightDp | int. The current height of the available screen space, in dp units, corresponding to screen height resource qualifier. | |
ScreenLayout | ScreenLayout. Bit mask of overall layout of the screen. | |
ScreenWidthDp | int. The current width of the available screen space, in dp units, corresponding to screen width resource qualifier. | |
SmallestScreenWidthDp | int. The smallest screen size an application will see in normal operation, corresponding to smallest screen width resource qualifier. | |
Touchscreen | TouchScreenType. The kind of touch screen attached to the device. | |
UiMode | UiMode. Bit mask of the ui mode. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
CompareTo(Configuration) | ||
DescribeContents()Parcelable methods | ||
Diff(Configuration)Return a bit mask of the differences between this Configuration object and the given one. | ||
Equals(Configuration) | ||
IsLayoutSizeAtLeast(int)Check if the Configuration's current Configuration.ScreenLayout is at least the given size. | ||
static | NeedNewResources(Android.Content.PM.ConfigChanges, Android.Content.PM.ConfigChanges)Determine if a new resource needs to be loaded from the bit set of configuration changes returned by Configuration.UpdateFrom(Configuration). | |
ReadFromParcel(Android.OS.Parcel) | ||
SetLayoutDirection(Java.Util.Locale)Set the layout direction from the Locale. | ||
SetLocale(Java.Util.Locale)Set the locale. | ||
SetTo(Configuration) | ||
SetToDefaults()Set this object to the system defaults. | ||
UpdateFrom(Configuration)Copy the fields from delta into this Configuration object, keeping track of which ones have changed. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |
Java.Lang.IComparable.CompareTo | Documentation for this section has not yet been entered. |