Home
last modified time | relevance | path

Searched refs:tap (Results 1 – 4 of 4) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DMultiWindowLoginActivityTest.java22 import static com.android.compatibility.common.util.ShellUtils.tap;
96 mUiBot.waitForWindowChange(() -> tap(view));
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DShellUtils.java54 public static void tap(View view) { in tap() method in ShellUtils
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDetectorTest.java456 assertEventAfterGesture(tap(displayId), in verifyGestureTouchEventOnDisplay()
532 private GestureDescription tap(int displayId) { in tap() method in AccessibilityGestureDetectorTest
533 StrokeDescription tap = click(mTapLocation); in tap() local
534 return getGestureBuilder(displayId, tap).build(); in tap()
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginActivityTest.java69 import static com.android.compatibility.common.util.ShellUtils.tap;
833 mUiBot.waitForWindowChange(() -> tap(mActivity.getUsernameLabel())); in testAutofillTapOutside()