Searched refs:MAX_TIME_TO_CONTINUE_SWIPE_MS (Results 1 – 2 of 2) sorted by relevance
74 public static final long MAX_TIME_TO_CONTINUE_SWIPE_MS = 350 * GESTURE_CONFIRM_CM; field in Swipe197 if (timeDelta > MAX_TIME_TO_CONTINUE_SWIPE_MS) { in onMove()
399 mHandler.fastForward(2 * (int) Swipe.MAX_TIME_TO_CONTINUE_SWIPE_MS); in testCanceledGesture_shouldDoNothing()