Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java124 public static StrokeDescription startingAt(long timeMs, StrokeDescription prototype) { in startingAt() method in GestureUtils
191 builder.addStroke(startingAt(time, stroke)); in multiTap()
202 startingAt(endTimeOf(tap1) + STROKE_TIME_GAP_MS, longClick(point)); in doubleTapAndHold()
306 builder.addStroke(startingAt(time, stroke));
348 strokes[nextIndex] = startingAt(nextStartTime, click(pointers[i]));
399 strokes[nextIndex] = startingAt(nextStartTime, longClick(pointers[i]));
401 strokes[nextIndex] = startingAt(nextStartTime, click(pointers[i]));
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DFullScreenMagnificationGestureHandlerTest.java33 import static android.accessibilityservice.cts.utils.GestureUtils.startingAt;
260 StrokeDescription tap2 = startingAt(endTimeOf(tap1) + 20, click(mTapLocation2)); in tripleTapAndHold()
261 StrokeDescription down = startingAt(endTimeOf(tap2) + 20, pointerDown(mTapLocation)); in tripleTapAndHold()
DAccessibilityGestureDetectorTest.java25 import static android.accessibilityservice.cts.utils.GestureUtils.startingAt;
530 StrokeDescription tap2 = startingAt(endTimeOf(tap1) + 20, click(mTapLocation)); in doubleTap()
536 StrokeDescription tap2 = startingAt(endTimeOf(tap1) + 20, longClick(mTapLocation)); in doubleTapAndHold()