Searched refs:swipe2 (Results 1 – 3 of 3) sorted by relevance
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | TouchExplorerTest.java | 488 StrokeDescription swipe2 = swipe(finger2Start, finger2End, mSwipeTimeMillis); in testThreeFingerMovement_shouldDelegate() local 490 dispatch(swipe1, swipe2, swipe3); in testThreeFingerMovement_shouldDelegate() 515 StrokeDescription swipe2 = swipe(finger2Start, finger2End, mSwipeTimeMillis); in testTwoFingersMovingIndependently_shouldDelegate() local 516 dispatch(swipe1, swipe2); in testTwoFingersMovingIndependently_shouldDelegate()
|
D | TouchInteractionControllerTest.java | 331 StrokeDescription swipe2 = swipe(finger2Start, finger2End, mSwipeTimeMillis); in testTwoFingersMovingIndependently_shouldDelegate() local 332 dispatch(swipe1, swipe2); in testTwoFingersMovingIndependently_shouldDelegate()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | GestureUtils.java | 150 StrokeDescription swipe2 = startingAt(time, swipe(midpoint, to, duration / 2)); in interruptedSwipe() local 151 builder.addStroke(swipe2); in interruptedSwipe()
|