Searched refs:startingAt (Results 1 – 2 of 2) sorted by relevance
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | GestureUtils.java | 150 StrokeDescription swipe2 = startingAt(time, swipe(midpoint, to, duration / 2)); in interruptedSwipe() 172 public static StrokeDescription startingAt(long timeMs, StrokeDescription prototype) { in startingAt() method in GestureUtils 255 builder.addStroke(startingAt(time, stroke)); in multiTap() 271 StrokeDescription tap2 = startingAt(endTimeOf(tap1) + sStrokeGapTimeMs, longClick(point)); in doubleTapAndHold() 376 builder.addStroke(startingAt(time, stroke)); 423 strokes[nextIndex] = startingAt(nextStartTime, click(pointers[i])); 474 strokes[nextIndex] = startingAt(nextStartTime, longClick(pointers[i])); 476 strokes[nextIndex] = startingAt(nextStartTime, click(pointers[i]));
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | FullScreenMagnificationGestureHandlerTest.java | 34 import static android.accessibilityservice.cts.utils.GestureUtils.startingAt; 408 StrokeDescription tap2 = startingAt(endTimeOf(tap1) + 20, click(mTapLocation2)); in tripleTapAndHold() 409 StrokeDescription down = startingAt(endTimeOf(tap2) + 20, pointerDown(mTapLocation)); in tripleTapAndHold()
|