Searched refs:swipe1 (Results 1 – 3 of 3) sorted by relevance
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | TouchExplorerTest.java | 487 StrokeDescription swipe1 = swipe(finger1Start, finger1End, mSwipeTimeMillis); in testThreeFingerMovement_shouldDelegate() local 490 dispatch(swipe1, swipe2, swipe3); in testThreeFingerMovement_shouldDelegate() 512 StrokeDescription swipe1 = swipe(finger1Start, finger1End, mSwipeTimeMillis); in testTwoFingersMovingIndependently_shouldDelegate() local 516 dispatch(swipe1, swipe2); in testTwoFingersMovingIndependently_shouldDelegate()
|
D | TouchInteractionControllerTest.java | 328 StrokeDescription swipe1 = swipe(finger1Start, finger1End, mSwipeTimeMillis); in testTwoFingersMovingIndependently_shouldDelegate() local 332 dispatch(swipe1, swipe2); in testTwoFingersMovingIndependently_shouldDelegate()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | GestureUtils.java | 147 StrokeDescription swipe1 = new StrokeDescription(path(from, midpoint), 0, duration / 2); in interruptedSwipe() local 148 builder.addStroke(swipe1); in interruptedSwipe() 149 time += swipe1.getDuration() + sStrokeGapTimeMs; in interruptedSwipe()
|