Android.Content.Res.Configuration: Method Members

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

Public Methods

CompareTo(Configuration) : int
DescribeContents() : int
Parcelable methods
Diff(Configuration) : Android.Content.PM.ConfigChanges
Return a bit mask of the differences between this Configuration object and the given one.
Equals(Configuration) : bool
IsLayoutSizeAtLeast(int) : bool
Check if the Configuration's current Configuration.ScreenLayout is at least the given size.
static
NeedNewResources(Android.Content.PM.ConfigChanges, Android.Content.PM.ConfigChanges) : bool
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) : Android.Content.PM.ConfigChanges
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.