| Member Name | Description |
|---|---|
| AccessibilityFocus | Action that gives accessibility focus to the node. |
| ClearAccessibilityFocus | Action that clears accessibility focus of the node. |
| ClearFocus | Action that clears input focus of the node. |
| ClearSelection | Action that unselects the node. |
| Click | Action that clicks on the node info. |
| Collapse | Documentation for this section has not yet been entered. |
| Copy | Action to copy the current selection to the clipboard. |
| Cut | Action to cut the current selection and place it to the clipboard. |
| Dismiss | Documentation for this section has not yet been entered. |
| Expand | Documentation for this section has not yet been entered. |
| Focus | Action that gives input focus to the node. |
| LongClick | Action that long clicks on the node. |
| NextAtMovementGranularity |
Action that requests to go to the next entity in this node's text at a given movement granularity. For example, move to the next character, word, etc.
Arguments:
AccessibilityNodeInfo.ActionArgumentMovementGranularityInt
<_2c_>
AccessibilityNodeInfo.ActionArgumentExtendSelectionBoolean
java Example |
| NextHtmlElement |
Action to move to the next HTML element of a given type. For example, move to the BUTTON, INPUT, TABLE, etc.
Arguments:
AccessibilityNodeInfo.ActionArgumentHtmlElementString
java Example |
| Paste | Action to paste the current clipboard content. |
| PreviousAtMovementGranularity |
Action that requests to go to the previous entity in this node's text at a given movement granularity. For example, move to the next character, word, etc.
Arguments:
AccessibilityNodeInfo.ActionArgumentMovementGranularityInt
<_2c_>
AccessibilityNodeInfo.ActionArgumentExtendSelectionBoolean
java Example |
| PreviousHtmlElement |
Action to move to the previous HTML element of a given type. For example, move to the BUTTON, INPUT, TABLE, etc.
Arguments:
AccessibilityNodeInfo.ActionArgumentHtmlElementString
java Example |
| ScrollBackward | Action to scroll the node content backward. |
| ScrollForward | Action to scroll the node content forward. |
| Select | Action that selects the node. |
| SetSelection |
Action to set the selection. Performing this action with no arguments clears the selection.
Arguments:
AccessibilityNodeInfo.ActionArgumentSelectionStartInt
,
AccessibilityNodeInfo.ActionArgumentSelectionEndInt java Example |
| SetText | Documentation for this section has not yet been entered. |