Home | History | Annotate | Download | only in accessibility

Lines Matching defs:ACTION_CLICK

79         public static final AccessibilityActionCompat ACTION_CLICK =
81 AccessibilityNodeInfoCompat.ACTION_CLICK, null);
919 public static final int ACTION_CLICK = 0x00000010;
3504 case ACTION_CLICK:
3505 return "ACTION_CLICK";