Home | History | Annotate | Download | only in accessibility

Lines Matching defs:ACTION_CLICK

146      * See {@link AccessibilityAction#ACTION_CLICK}
148 public static final int ACTION_CLICK = 0x00000010;
1102 * @see AccessibilityNodeInfo#ACTION_CLICK
1139 * id of a standard action id such as {@link #ACTION_CLICK} and an optional label that
3683 case ACTION_CLICK:
3684 return "ACTION_CLICK";
3918 * standard {@link #ACTION_CLICK} action to announce that this action clears browsing history.
3966 public static final AccessibilityAction ACTION_CLICK =
3967 new AccessibilityAction(AccessibilityNodeInfo.ACTION_CLICK);
4314 * AccessibilityAction.ACTION_CLICK.getId(), getLocalizedLabel());