Searched refs:endTimeOf (Results 1 – 3 of 3) sorted by relevance
84 endTimeOf(lastStroke), ViewConfiguration.getTapTimeout(), false); in pointerUp()112 endTimeOf(from), ViewConfiguration.getTapTimeout(), true); in drag()129 public static long endTimeOf(StrokeDescription stroke) { in endTimeOf() method in GestureUtils202 startingAt(endTimeOf(tap1) + STROKE_TIME_GAP_MS, longClick(point)); in doubleTapAndHold()345 final long nextStartTime = endTimeOf(lastStroke) + STROKE_TIME_GAP_MS;394 final long nextStartTime = endTimeOf(lastStroke) + STROKE_TIME_GAP_MS;
27 import static android.accessibilityservice.cts.utils.GestureUtils.endTimeOf;260 StrokeDescription tap2 = startingAt(endTimeOf(tap1) + 20, click(mTapLocation2)); in tripleTapAndHold()261 StrokeDescription down = startingAt(endTimeOf(tap2) + 20, pointerDown(mTapLocation)); in tripleTapAndHold()
22 import static android.accessibilityservice.cts.utils.GestureUtils.endTimeOf;530 StrokeDescription tap2 = startingAt(endTimeOf(tap1) + 20, click(mTapLocation)); in doubleTap()536 StrokeDescription tap2 = startingAt(endTimeOf(tap1) + 20, longClick(mTapLocation)); in doubleTapAndHold()