Home | History | Annotate | Download | only in accessibility

Lines Matching defs:ACTION_LONG_CLICK

136     public static final int ACTION_LONG_CLICK = 0x00000020;
982 * @see AccessibilityNodeInfo#ACTION_LONG_CLICK
3110 case ACTION_LONG_CLICK:
3111 return "ACTION_LONG_CLICK";
3372 public static final AccessibilityAction ACTION_LONG_CLICK =
3374 AccessibilityNodeInfo.ACTION_LONG_CLICK, null);
3699 sStandardActions.add(ACTION_LONG_CLICK);