Searched refs:startingAt (Results 1 – 3 of 3) sorted by relevance
32 import static android.accessibilityservice.cts.utils.GestureUtils.startingAt;221 StrokeDescription tap2 = startingAt(endTimeOf(tap1) + 20, click(mTapLocation2)); in tripleTapAndHold()222 StrokeDescription down = startingAt(endTimeOf(tap2) + 20, pointerDown(mTapLocation)); in tripleTapAndHold()295 builder.addStroke(startingAt(time, stroke)); in multiTap()
21 import static android.accessibilityservice.cts.utils.GestureUtils.startingAt;251 StrokeDescription tap2 = startingAt(endTimeOf(tap1) + 20, click(mTapLocation)); in doubleTap()260 StrokeDescription tap2 = startingAt(endTimeOf(tap1) + 20, longClick(mTapLocation)); in doubleTapAndHold()
102 public static StrokeDescription startingAt(long timeMs, StrokeDescription prototype) { in startingAt() method in GestureUtils