The methods of Android.Views.Accessibility.AccessibilityNodeInfo are listed below. For a list of all members, see the AccessibilityNodeInfo Members list.
See Also: Inherited members from Java.Lang.Object
AddAction(Action)Adds an action that can be performed on the node. | ||
AddChild(Android.Views.View)Adds a child. | ||
AddChild(Android.Views.View, int)Adds a virtual child which is a descendant of the given root. | ||
CanOpenPopup()Gets if this node opens a popup or a dialog. | ||
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
FindAccessibilityNodeInfosByText(string)Finds Android.Views.Accessibility.AccessibilityNodeInfos by text. | ||
FindAccessibilityNodeInfosByViewId(string)Finds Android.Views.Accessibility.AccessibilityNodeInfos by the fully qualified view id's resource name where a fully qualified id is of the from "package:id/id_resource_name". | ||
FindFocus(NodeFocus)Find the view that has the specified focus type. | ||
FocusSearch(Android.Views.FocusSearchDirection)Searches for the nearest view in the specified direction that can take the input focus. | ||
GetBoundsInParent(Android.Graphics.Rect)Gets the node bounds in parent coordinates. | ||
GetBoundsInScreen(Android.Graphics.Rect)Gets the node bounds in screen coordinates. | ||
GetChild(int)Get the child at given index. | ||
GetCollectionInfo()Gets the collection info if the node is a collection. | ||
GetCollectionItemInfo()Gets the collection item info if the node is a collection item. | ||
GetRangeInfo()Gets the range info if this node is a range. | ||
static | Obtain()Returns a cached instance if such is available otherwise a new one. | |
static | Obtain(AccessibilityNodeInfo)Returns a cached instance if such is available or a new one is create. | |
static | Obtain(Android.Views.View)Returns a cached instance if such is available otherwise a new one and sets the source. | |
static | Obtain(Android.Views.View, int)Returns a cached instance if such is available otherwise a new one and sets the source. | |
PerformAction(Action)Performs an action on the node. | ||
PerformAction(Action, Android.OS.Bundle)Performs an action on the node. | ||
Recycle()Return an instance back to be reused. | ||
Refresh()Refreshes this info with the latest state of the view it represents. | ||
RemoveAction(AccessibilityNodeInfo.AccessibilityAction)Removes an action that can be performed on the node. | ||
RemoveAction(int)Removes an action that can be performed on the node. | ||
RemoveChild(Android.Views.View)Removes a child. | ||
RemoveChild(Android.Views.View, int)Removes a virtual child which is a descendant of the given root. | ||
SetBoundsInParent(Android.Graphics.Rect)Sets the node bounds in parent coordinates. | ||
SetBoundsInScreen(Android.Graphics.Rect)Sets the node bounds in screen coordinates. | ||
SetCanOpenPopup(bool)Sets if this node opens a popup or a dialog. | ||
SetCollectionInfo(AccessibilityNodeInfo.CollectionInfo)Sets the collection info if the node is a collection. | ||
SetCollectionItemInfo(AccessibilityNodeInfo.CollectionItemInfo)Sets the collection item info if the node is a collection item. | ||
SetLabeledBy(Android.Views.View)Sets the view which serves as the label of the view represented by this info for accessibility purposes. | ||
SetLabeledBy(Android.Views.View, int)Sets the view which serves as the label of the view represented by this info for accessibility purposes. | ||
SetLabelFor(Android.Views.View)Sets the view for which the view represented by this info serves as a label for accessibility purposes. | ||
SetLabelFor(Android.Views.View, int)Sets the view for which the view represented by this info serves as a label for accessibility purposes. | ||
SetParent(Android.Views.View)Sets the parent. | ||
SetParent(Android.Views.View, int)Sets the parent to be a virtual descendant of the given root. | ||
SetRangeInfo(AccessibilityNodeInfo.RangeInfo)Sets the range info if this node is a range. | ||
SetSource(Android.Views.View)Sets the source. | ||
SetSource(Android.Views.View, int)Sets the source to be a virtual descendant of the given root. | ||
SetTextSelection(int, int)Sets the text selection start and end. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |