belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1
AccessibilityNodeInfoCompat.AccessibilityActionCompat
public
static
class
AccessibilityNodeInfoCompat.AccessibilityActionCompat
extends Object
java.lang.Object | |
↳ | android.support.v4.view.accessibility.AccessibilityNodeInfoCompat.AccessibilityActionCompat |
Summary
Public constructors | |
---|---|
AccessibilityNodeInfoCompat.AccessibilityActionCompat(int actionId, CharSequence label)
Creates a new instance. |
Public methods | |
---|---|
int
|
getId()
Gets the id for this action. |
CharSequence
|
getLabel()
Gets the label for this action. |
Inherited methods | |
---|---|
![]()
java.lang.Object
|
Fields
ACTION_ACCESSIBILITY_FOCUS
AccessibilityNodeInfoCompat.AccessibilityActionCompat ACTION_ACCESSIBILITY_FOCUS
Action that gives accessibility focus to the node.
ACTION_CLEAR_ACCESSIBILITY_FOCUS
AccessibilityNodeInfoCompat.AccessibilityActionCompat ACTION_CLEAR_ACCESSIBILITY_FOCUS
Action that clears accessibility focus of the node.
ACTION_CLEAR_FOCUS
AccessibilityNodeInfoCompat.AccessibilityActionCompat ACTION_CLEAR_FOCUS
Action that clears input focus of the node.
ACTION_CLEAR_SELECTION
AccessibilityNodeInfoCompat.AccessibilityActionCompat ACTION_CLEAR_SELECTION
Action that deselects the node.
ACTION_CLICK
AccessibilityNodeInfoCompat.AccessibilityActionCompat ACTION_CLICK
Action that clicks on the node info.
ACTION_COLLAPSE
AccessibilityNodeInfoCompat.AccessibilityActionCompat ACTION_COLLAPSE
Action to collapse an expandable node.
ACTION_CONTEXT_CLICK
AccessibilityNodeInfoCompat.AccessibilityActionCompat ACTION_CONTEXT_CLICK
Action that context clicks the node.
ACTION_COPY
AccessibilityNodeInfoCompat.AccessibilityActionCompat ACTION_COPY
Action to copy the current selection to the clipboard.
ACTION_CUT
AccessibilityNodeInfoCompat.AccessibilityActionCompat ACTION_CUT
Action to cut the current selection and place it to the clipboard.
ACTION_DISMISS
AccessibilityNodeInfoCompat.AccessibilityActionCompat ACTION_DISMISS
Action to dismiss a dismissable node.
ACTION_EXPAND
AccessibilityNodeInfoCompat.AccessibilityActionCompat ACTION_EXPAND
Action to expand an expandable node.
ACTION_FOCUS
AccessibilityNodeInfoCompat.AccessibilityActionCompat ACTION_FOCUS
Action that gives input focus to the node.
ACTION_HIDE_TOOLTIP
AccessibilityNodeInfoCompat.AccessibilityActionCompat ACTION_HIDE_TOOLTIP
Action to hide a tooltip. A node should expose this action only for views that are currently showing a tooltip.
ACTION_LONG_CLICK
AccessibilityNodeInfoCompat.AccessibilityActionCompat ACTION_LONG_CLICK
Action that long clicks on the node.
ACTION_MOVE_WINDOW
AccessibilityNodeInfoCompat.AccessibilityActionCompat ACTION_MOVE_WINDOW
Action to move a window to a new location.
Arguments:
ACTION_ARGUMENT_MOVE_WINDOW_X
ACTION_ARGUMENT_MOVE_WINDOW_Y
ACTION_NEXT_AT_MOVEMENT_GRANULARITY
AccessibilityNodeInfoCompat.AccessibilityActionCompat ACTION_NEXT_AT_MOVEMENT_GRANULARITY
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:
Bundle arguments = new Bundle();
arguments.putInt(AccessibilityNodeInfoCompat.ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT,
AccessibilityNodeInfoCompat.MOVEMENTAccessibilityNodeInfoCompat.ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT
,
AccessibilityNodeInfoCompat.ACTION_ARGUMENT_EXTEND_SELECTION_BOOLEAN
Example: Move to the previous character and do not extend selection.