The members of Android.Views.Accessibility.AccessibilityWindowInfo are listed below.
See Also: Inherited members from Java.Lang.Object
const | TypeApplication | AccessibilityWindowType (1). Window type: This is an application window. |
const | TypeInputMethod | AccessibilityWindowType (2). Window type: This is an input method window. |
const | TypeSystem | AccessibilityWindowType (3). Window type: This is an system window. |
[read-only] | ChildCount | int. Gets the number of child windows. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | Id | int. Gets the unique window id. |
[read-only] | IsAccessibilityFocused | bool. Gets if this window has accessibility focus. |
[read-only] | IsActive | bool. Gets if this window is active. |
[read-only] | IsFocused | bool. Gets if this window has input focus. |
[read-only] | Layer | int. Gets the layer which determines the Z-order of the window. |
[read-only] | Parent | AccessibilityWindowInfo. Gets the parent window if such. |
[read-only] | Root | AccessibilityNodeInfo. Gets the root node in the window's hierarchy. |
[read-only] | Type | AccessibilityWindowType. Gets the type of the window. |
[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. |
DescribeContents()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)Gets the child window at a given index. | ||
static | Obtain()Returns a cached instance if such is available or a new one is created. | |
static | Obtain(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. |