/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | TouchExplorerTest.java | 30 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 …]
|
D | AccessibilityGestureDetectorTest.java | 443 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()
|
D | FullScreenMagnificationGestureHandlerTest.java | 34 import static android.accessibilityservice.cts.utils.GestureUtils.swipe; 277 dispatch(swipe( in assertGesturesPropagateToView()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | GestureUtils.java | 101 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/ |
D | PreferredActivitiesTest.java | 299 .swipe(Direction.UP, 1f); in findActivityInDialog() 303 .swipe(Direction.RIGHT, 1f); in findActivityInDialog()
|
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/ |
D | SuspendPackageTest.java | 133 title.swipe(Direction.RIGHT, 1.0f); in dismissPolicyTransparencyDialog()
|
/cts/tests/tests/content/CtsSyncAccountAccessOtherCertTests/src/com/android/cts/content/ |
D | CtsSyncAccountAccessOtherCertTestCases.java | 195 return uiDevice.swipe( in swipeUp()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | AppHibernationUtils.kt | 198 swipe(x, displayHeight, x, 0, 1) in expandNotificationsWatch()
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | WindowInsetsBehaviorTests.java | 365 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/ |
D | MediaStoreUiTest.java | 282 mDevice.swipe(/* startX= */ mDevice.getDisplayWidth() / 2, in findDocument()
|
/cts/tests/app/src/android/app/cts/ |
D | DownloadManagerTest.java | 806 mDevice.swipe(/* startX= */ mDevice.getDisplayWidth() / 2, in findDocument()
|
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/ |
D | DocumentsClientTest.java | 157 mDevice.swipe(/* startX= */ mDevice.getDisplayWidth() / 2, in findDocument()
|