Android.Views.Accessibility.AccessibilityNodeInfo: Field Members

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

Public Fields

const
ActionAccessibilityFocusAction (64). Action that gives accessibility focus to the node.
const
ActionArgumentExtendSelectionBooleanstring. Argument for whether when moving at granularity to extend the selection or to move it otherwise.
const
ActionArgumentHtmlElementStringstring. Argument for which HTML element to get moving to the next/previous HTML element.
const
ActionArgumentMovementGranularityIntstring. Argument for which movement granularity to be used when traversing the node text.
const
ActionArgumentSelectionEndIntstring. Argument for specifying the selection end.
const
ActionArgumentSelectionStartIntstring. Argument for specifying the selection start.
const
ActionArgumentSetTextCharsequencestring. Argument for specifying the text content to set
const
ActionClearAccessibilityFocusAction (128). Action that clears accessibility focus of the node.
const
ActionClearFocusAction (2). Action that clears input focus of the node.
const
ActionClearSelectionAction (8). Action that deselects the node.
const
ActionClickAction (16). Action that clicks on the node info.
const
ActionCollapseAction (524288). Action to collapse an expandable node.
const
ActionCopyAction (16384). Action to copy the current selection to the clipboard.
const
ActionCutAction (65536). Action to cut the current selection and place it to the clipboard.
const
ActionDismissAction (1048576). Action to dismiss a dismissable node.
const
ActionExpandAction (262144). Action to expand an expandable node.
const
ActionFocusAction (1). Action that gives input focus to the node.
const
ActionLongClickAction (32). Action that long clicks on the node.
const
ActionNextAtMovementGranularityAction (256). Action that requests to go to the next entity in this node's text at a given movement granularity.
const
ActionNextHtmlElementAction (1024). Action to move to the next HTML element of a given type.
const
ActionPasteAction (32768). Action to paste the current clipboard content.
const
ActionPreviousAtMovementGranularityAction (512). Action that requests to go to the previous entity in this node's text at a given movement granularity.
const
ActionPreviousHtmlElementAction (2048). Action to move to the previous HTML element of a given type.
const
ActionScrollBackwardAction (8192). Action to scroll the node content backward.
const
ActionScrollForwardAction (4096). Action to scroll the node content forward.
const
ActionSelectAction (4). Action that selects the node.
const
ActionSetSelectionAction (131072). Action to set the selection.
const
ActionSetTextAction (2097152). Action that sets the text of the node.
const
FocusAccessibilityNodeFocus (2). The accessibility focus.
const
FocusInputNodeFocus (1). The input focus.
const
MovementGranularityCharacterMovementGranularity (1). Movement granularity bit for traversing the text of a node by character.
const
MovementGranularityLineMovementGranularity (4). Movement granularity bit for traversing the text of a node by line.
const
MovementGranularityPageMovementGranularity (16). Movement granularity bit for traversing the text of a node by page.
const
MovementGranularityParagraphMovementGranularity (8). Movement granularity bit for traversing the text of a node by paragraph.
const
MovementGranularityWordMovementGranularity (2). Movement granularity bit for traversing the text of a node by word.