The methods of Android.Views.Accessibility.AccessibilityNodeProvider are listed below. For a list of all members, see the AccessibilityNodeProvider Members list.
See Also: Inherited members from Java.Lang.Object
CreateAccessibilityNodeInfo(int)Returns an Android.Views.Accessibility.AccessibilityNodeInfo representing a virtual view, i.e. a descendant of the host View, with the given virtualViewId or the host View itself if virtualViewId equals to AccessibilityNodeProvider.HostViewId. | ||
FindAccessibilityNodeInfosByText(string, int)Finds Android.Views.Accessibility.AccessibilityNodeInfos by text. | ||
FindFocus(NodeFocus)Find the virtual view, i.e. a descendant of the host View, that has the specified focus type. | ||
PerformAction(int, Android.AccessibilityServices.GlobalAction, Android.OS.Bundle)Performs an accessibility action on a virtual view, i.e. a descendant of the host View, with the given virtualViewId or the host View itself if virtualViewId equals to AccessibilityNodeProvider.HostViewId. |