Searched refs:tap (Results 1 – 4 of 4) sorted by relevance
22 import static com.android.compatibility.common.util.ShellUtils.tap;96 mUiBot.waitForWindowChange(() -> tap(view));
54 public static void tap(View view) { in tap() method in ShellUtils
456 assertEventAfterGesture(tap(displayId), in verifyGestureTouchEventOnDisplay()532 private GestureDescription tap(int displayId) { in tap() method in AccessibilityGestureDetectorTest533 StrokeDescription tap = click(mTapLocation); in tap() local534 return getGestureBuilder(displayId, tap).build(); in tap()
69 import static com.android.compatibility.common.util.ShellUtils.tap;833 mUiBot.waitForWindowChange(() -> tap(mActivity.getUsernameLabel())); in testAutofillTapOutside()