Searched refs:DOUBLE_TAP_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
64 private static final int DOUBLE_TAP_TIMEOUT = ViewConfiguration.getDoubleTapTimeout(); field in GestureDetectorCompat.GestureDetectorCompatImplBase302 mHandler.sendEmptyMessageDelayed(TAP, DOUBLE_TAP_TIMEOUT); in onTouchEvent()448 if (secondDown.getEventTime() - firstUp.getEventTime() > DOUBLE_TAP_TIMEOUT) { in isConsideredDoubleTap()
111 private static final int DOUBLE_TAP_TIMEOUT = 300; field in ViewConfiguration566 return DOUBLE_TAP_TIMEOUT; in getDoubleTapTimeout()
227 private static final int DOUBLE_TAP_TIMEOUT = ViewConfiguration.getDoubleTapTimeout(); field in GestureDetector570 mHandler.sendEmptyMessageDelayed(TAP, DOUBLE_TAP_TIMEOUT); in onTouchEvent()762 if (deltaTime > DOUBLE_TAP_TIMEOUT || deltaTime < DOUBLE_TAP_MIN_TIME) { in isConsideredDoubleTap()