Android.Views.Accessibility.AccessibilityWindowInfo: Method Members

The methods of Android.Views.Accessibility.AccessibilityWindowInfo are listed below. For a list of all members, see the AccessibilityWindowInfo Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
GetBoundsInScreen(Android.Graphics.Rect)
Gets the bounds of this window in the screen.
GetChild(int) : AccessibilityWindowInfo
Gets the child window at a given index.
static
Obtain() : AccessibilityWindowInfo
Returns a cached instance if such is available or a new one is created.
static
Obtain(AccessibilityWindowInfo) : AccessibilityWindowInfo
Returns a cached instance if such is available or a new one is created.
Recycle()
Return an instance back to be reused.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.