Searched refs:sStrokeGapTimeMs (Results 1 – 1 of 1) sorted by relevance
77 private static long sStrokeGapTimeMs = STROKE_TIME_GAP_MS_DEFAULT; field in GestureUtils149 time += swipe1.getDuration() + sStrokeGapTimeMs; in interruptedSwipe()252 time += stroke.getDuration() + sStrokeGapTimeMs; in multiTap()256 time += stroke.getDuration() + sStrokeGapTimeMs; in multiTap()271 StrokeDescription tap2 = startingAt(endTimeOf(tap1) + sStrokeGapTimeMs, longClick(point)); in doubleTapAndHold()420 final long nextStartTime = endTimeOf(lastStroke) + sStrokeGapTimeMs;469 final long nextStartTime = endTimeOf(lastStroke) + sStrokeGapTimeMs;504 sStrokeGapTimeMs =509 Log.d(LOG_TAG, "Stroke gap time = " + sStrokeGapTimeMs);549 .append(sStrokeGapTimeMs)