Home
last modified time | relevance | path

Searched refs:swipe (Results 1 – 12 of 12) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DTouchExplorerTest.java30 import static android.accessibilityservice.cts.utils.GestureUtils.swipe;
203 dispatch(swipe(mTapLocation, add(mTapLocation, mSwipeDistance, 0), mSwipeTimeMillis)); in testSlowSwipe_initiatesTouchExploration()
219 dispatch(swipe(mTapLocation, endPoint)); in testFastSwipe_doesNotInitiateTouchExploration()
253 swipe(finger1Start, finger1End, mSwipeTimeMillis), in testTwoFingerDrag_dispatchesEventsBetweenFingers()
254 swipe(finger2Start, finger2End, mSwipeTimeMillis)); in testTwoFingerDrag_dispatchesEventsBetweenFingers()
488 StrokeDescription swipe1 = swipe(finger1Start, finger1End, mSwipeTimeMillis); in testThreeFingerMovement_shouldDelegate()
489 StrokeDescription swipe2 = swipe(finger2Start, finger2End, mSwipeTimeMillis); in testThreeFingerMovement_shouldDelegate()
490 StrokeDescription swipe3 = swipe(finger3Start, finger3End, mSwipeTimeMillis); in testThreeFingerMovement_shouldDelegate()
515 StrokeDescription swipe1 = swipe(finger1Start, finger1End, mSwipeTimeMillis); in testTwoFingersMovingIndependently_shouldDelegate()
518 StrokeDescription swipe2 = swipe(finger2Start, finger2End, mSwipeTimeMillis); in testTwoFingersMovingIndependently_shouldDelegate()
[all …]
DAccessibilityGestureDetectorTest.java443 assertEventAfterGesture(swipe(displayId), in verifyGestureTouchEventOnDisplay()
497 GestureDescription gesture = swipe(displayId); in testDispatchGesture_privateDisplay_gestureCancelled()
517 private GestureDescription swipe(int displayId) { in swipe() method in AccessibilityGestureDetectorTest
518 StrokeDescription swipe = new StrokeDescription( in swipe() local
520 return getGestureBuilder(displayId, swipe).build(); in swipe()
626 GestureUtils.swipe( in MultiFingerSwipe()
DFullScreenMagnificationGestureHandlerTest.java34 import static android.accessibilityservice.cts.utils.GestureUtils.swipe;
277 dispatch(swipe( in assertGesturesPropagateToView()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java101 public static StrokeDescription swipe(PointF from, PointF to) { in swipe() method in GestureUtils
102 return swipe(from, to, ViewConfiguration.getTapTimeout()); in swipe()
105 public static StrokeDescription swipe(PointF from, PointF to, long duration) { in swipe() method in GestureUtils
310 builder.addStroke(swipe(explorePoint, explorePoint, time));
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/preferred/
DPreferredActivitiesTest.java299 .swipe(Direction.UP, 1f); in findActivityInDialog()
303 .swipe(Direction.RIGHT, 1f); in findActivityInDialog()
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DSuspendPackageTest.java133 title.swipe(Direction.RIGHT, 1.0f); in dismissPolicyTransparencyDialog()
/cts/tests/tests/content/CtsSyncAccountAccessOtherCertTests/src/com/android/cts/content/
DCtsSyncAccountAccessOtherCertTestCases.java195 return uiDevice.swipe( in swipeUp()
/cts/tests/tests/os/src/android/os/cts/
DAppHibernationUtils.kt198 swipe(x, displayHeight, x, 0, 1) in expandNotificationsWatch()
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java365 mDevice.swipe(p1.x, p1.y, p2.x, p2.y, STEPS); in swipeByUiDevice()
778 mDevice.swipe(swipeBounds.left, swipeY, swipeBounds.right, swipeY, STEPS); in testSystemGestureExclusionLimit()
/cts/tests/providerui/src/android/providerui/cts/
DMediaStoreUiTest.java282 mDevice.swipe(/* startX= */ mDevice.getDisplayWidth() / 2, in findDocument()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java806 mDevice.swipe(/* startX= */ mDevice.getDisplayWidth() / 2, in findDocument()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java157 mDevice.swipe(/* startX= */ mDevice.getDisplayWidth() / 2, in findDocument()