Android.Views.Accessibility.AccessibilityWindowInfo Members

The members of Android.Views.Accessibility.AccessibilityWindowInfo are listed below.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
TypeApplicationAccessibilityWindowType (1). Window type: This is an application window.
const
TypeInputMethodAccessibilityWindowType (2). Window type: This is an input method window.
const
TypeSystemAccessibilityWindowType (3). Window type: This is an system window.

Public Properties

[read-only]
ChildCountint. Gets the number of child windows.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
Idint. Gets the unique window id.
[read-only]
IsAccessibilityFocusedbool. Gets if this window has accessibility focus.
[read-only]
IsActivebool. Gets if this window is active.
[read-only]
IsFocusedbool. Gets if this window has input focus.
[read-only]
Layerint. Gets the layer which determines the Z-order of the window.
[read-only]
ParentAccessibilityWindowInfo. Gets the parent window if such.
[read-only]
RootAccessibilityNodeInfo. Gets the root node in the window's hierarchy.
[read-only]
TypeAccessibilityWindowType. Gets the type of the window.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.