Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java38 public static final long STROKE_TIME_GAP_MS = 40; field in GestureUtils
188 time += stroke.getDuration() + STROKE_TIME_GAP_MS; in multiTap()
192 time += stroke.getDuration() + STROKE_TIME_GAP_MS; in multiTap()
202 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;