Searched refs:DOUBLE_TAP_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
97 private static final int DOUBLE_TAP_TIMEOUT = 300; field in ViewConfiguration476 return DOUBLE_TAP_TIMEOUT; in getDoubleTapTimeout()
203 private static final int DOUBLE_TAP_TIMEOUT = ViewConfiguration.getDoubleTapTimeout(); field in GestureDetector528 mHandler.sendEmptyMessageDelayed(TAP, DOUBLE_TAP_TIMEOUT); in onTouchEvent()677 if (deltaTime > DOUBLE_TAP_TIMEOUT || deltaTime < DOUBLE_TAP_MIN_TIME) { in isConsideredDoubleTap()
64 private static final int DOUBLE_TAP_TIMEOUT = ViewConfiguration.getDoubleTapTimeout(); field in GestureDetectorCompat.GestureDetectorCompatImplBase297 mHandler.sendEmptyMessageDelayed(TAP, DOUBLE_TAP_TIMEOUT); in onTouchEvent()443 if (secondDown.getEventTime() - firstUp.getEventTime() > DOUBLE_TAP_TIMEOUT) { in isConsideredDoubleTap()