Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DTouchExplorerTest.java487 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()
DTouchInteractionControllerTest.java328 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/
DGestureUtils.java147 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()