Searched defs:tap (Results 1 – 2 of 2) sorted by relevance
97 public static void tap(View view) { in tap() method in ShellUtils
544 private GestureDescription tap(int displayId) { in tap() method in AccessibilityGestureDetectorTest545 StrokeDescription tap = click(mTapLocation); in tap() local