Searched defs:tap (Results 1 – 3 of 3) sorted by relevance
54 public static void tap(View view) { in tap() method in ShellUtils
241 private GestureDescription tap() { in tap() method in AccessibilityGestureDetectorTest243 StrokeDescription tap = click(mTapLocation); in tap() local