The methods 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
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. |