The members of Android.Views.Accessibility.AccessibilityNodeInfo are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | ActionAccessibilityFocus | Action (64). Action that gives accessibility focus to the node. |
const | ActionArgumentExtendSelectionBoolean | string. Argument for whether when moving at granularity to extend the selection or to move it otherwise. |
const | ActionArgumentHtmlElementString | string. Argument for which HTML element to get moving to the next/previous HTML element. |
const | ActionArgumentMovementGranularityInt | string. Argument for which movement granularity to be used when traversing the node text. |
const | ActionArgumentSelectionEndInt | string. Argument for specifying the selection end. |
const | ActionArgumentSelectionStartInt | string. Argument for specifying the selection start. |
const | ActionArgumentSetTextCharsequence | string. Argument for specifying the text content to set |
const | ActionClearAccessibilityFocus | Action (128). Action that clears accessibility focus of the node. |
const | ActionClearFocus | Action (2). Action that clears input focus of the node. |
const | ActionClearSelection | Action (8). Action that deselects the node. |
const | ActionClick | Action (16). Action that clicks on the node info. |
const | ActionCollapse | Action (524288). Action to collapse an expandable node. |
const | ActionCopy | Action (16384). Action to copy the current selection to the clipboard. |
const | ActionCut | Action (65536). Action to cut the current selection and place it to the clipboard. |
const | ActionDismiss | Action (1048576). Action to dismiss a dismissable node. |
const | ActionExpand | Action (262144). Action to expand an expandable node. |
const | ActionFocus | Action (1). Action that gives input focus to the node. |
const | ActionLongClick | Action (32). Action that long clicks on the node. |
const | ActionNextAtMovementGranularity | Action (256). Action that requests to go to the next entity in this node's text at a given movement granularity. |
const | ActionNextHtmlElement | Action (1024). Action to move to the next HTML element of a given type. |
const | ActionPaste | Action (32768). Action to paste the current clipboard content. |
const | ActionPreviousAtMovementGranularity | Action (512). Action that requests to go to the previous entity in this node's text at a given movement granularity. |
const | ActionPreviousHtmlElement | Action (2048). Action to move to the previous HTML element of a given type. |
const | ActionScrollBackward | Action (8192). Action to scroll the node content backward. |
const | ActionScrollForward | Action (4096). Action to scroll the node content forward. |
const | ActionSelect | Action (4). Action that selects the node. |
const | ActionSetSelection | Action (131072). Action to set the selection. |
const | ActionSetText | Action (2097152). Action that sets the text of the node. |
const | FocusAccessibility | NodeFocus (2). The accessibility focus. |
const | FocusInput | NodeFocus (1). The input focus. |
const | MovementGranularityCharacter | MovementGranularity (1). Movement granularity bit for traversing the text of a node by character. |
const | MovementGranularityLine | MovementGranularity (4). Movement granularity bit for traversing the text of a node by line. |
const | MovementGranularityPage | MovementGranularity (16). Movement granularity bit for traversing the text of a node by page. |
const | MovementGranularityParagraph | MovementGranularity (8). Movement granularity bit for traversing the text of a node by paragraph. |
const | MovementGranularityWord | MovementGranularity (2). Movement granularity bit for traversing the text of a node by word. |
AccessibilityFocused | bool. Gets whether this node is accessibility focused. | |
[read-only] | ActionList | IList<AccessibilityNodeInfo.AccessibilityAction>. Gets the actions that can be performed on the node. |
[read-only] | Actions | Action. Gets the actions that can be performed on the node. |
Checkable | bool. Gets whether this node is checkable. | |
Checked | bool. Gets whether this node is checked. | |
[read-only] | ChildCount | int. Gets the number of children. |
ClassName | string. Documentation for this section has not yet been entered. | |
ClassNameFormatted | Java.Lang.ICharSequence. Gets the class this node comes from. | |
Clickable | bool. Gets whether this node is clickable. | |
ContentDescription | string. Documentation for this section has not yet been entered. | |
ContentDescriptionFormatted | Java.Lang.ICharSequence. Gets the content description of this node. | |
ContentInvalid | bool. Gets if the content of this node is invalid. | |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
Dismissable | bool. Gets if the node can be dismissed. | |
Editable | bool. Gets if the node is editable. | |
Enabled | bool. Gets whether this node is enabled. | |
Error | string. Documentation for this section has not yet been entered. | |
ErrorFormatted | Java.Lang.ICharSequence. Gets the error text of this node. | |
[read-only] | Extras | Android.OS.Bundle. Gets an optional bundle with extra data. |
Focusable | bool. Gets whether this node is focusable. | |
Focused | bool. Gets whether this node is focused. | |
InputType | Android.Text.InputTypes. Gets the input type of the source as defined by Android.Text.IInputType. | |
[read-only] | LabeledBy | AccessibilityNodeInfo. Gets the node info which serves as the label of the view represented by this info for accessibility purposes. |
[read-only] | LabelFor | AccessibilityNodeInfo. Gets the node info for which the view represented by this info serves as a label for accessibility purposes. |
LiveRegion | Android.Views.AccessibilityLiveRegion. Gets the node's live region mode. | |
LongClickable | bool. Gets whether this node is long clickable. | |
MaxTextLength | int. Returns the maximum text length for this node. | |
MovementGranularities | MovementGranularity. Gets the movement granularities for traversing the text of this node. | |
MultiLine | bool. Gets if the node is a multi line editable text. | |
PackageName | string. Documentation for this section has not yet been entered. | |
PackageNameFormatted | Java.Lang.ICharSequence. Gets the package this node comes from. | |
[read-only] | Parent | AccessibilityNodeInfo. Gets the parent. |
Password | bool. Gets whether this node is a password. | |
Scrollable | bool. Gets if the node is scrollable. | |
Selected | bool. Gets whether this node is selected. | |
Text | string. Documentation for this section has not yet been entered. | |
TextFormatted | Java.Lang.ICharSequence. Gets the text of this node. | |
[read-only] | TextSelectionEnd | int. Gets the text selection end. |
[read-only] | TextSelectionStart | int. Gets the text selection start. |
ViewIdResourceName | string. Gets the fully qualified resource name of the source view's id. | |
VisibleToUser | bool. Sets whether this node is visible to the user. | |
[read-only] | Window | AccessibilityWindowInfo. Gets the window to which this node belongs. |
[read-only] | WindowId | int. Gets the id of the window from which the info comes from. |
[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. |
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. |