Home
last modified time | relevance | path

Searched refs:swipe2 (Results 1 – 3 of 3) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DTouchExplorerTest.java488 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()
DTouchInteractionControllerTest.java331 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/
DGestureUtils.java150 StrokeDescription swipe2 = startingAt(time, swipe(midpoint, to, duration / 2)); in interruptedSwipe() local
151 builder.addStroke(swipe2); in interruptedSwipe()