The fields 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
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. |