Searched refs:endTimeOf (Results 1 – 2 of 2) sorted by relevance
113 endTimeOf(lastStroke), in pointerUp()158 endTimeOf(from), in drag()177 public static long endTimeOf(StrokeDescription stroke) { in endTimeOf() method in GestureUtils271 StrokeDescription tap2 = startingAt(endTimeOf(tap1) + sStrokeGapTimeMs, longClick(point)); in doubleTapAndHold()420 final long nextStartTime = endTimeOf(lastStroke) + sStrokeGapTimeMs;469 final long nextStartTime = endTimeOf(lastStroke) + sStrokeGapTimeMs;
28 import static android.accessibilityservice.cts.utils.GestureUtils.endTimeOf;408 StrokeDescription tap2 = startingAt(endTimeOf(tap1) + 20, click(mTapLocation2)); in tripleTapAndHold()409 StrokeDescription down = startingAt(endTimeOf(tap2) + 20, pointerDown(mTapLocation)); in tripleTapAndHold()