Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewConfiguration.java142 private static final int DOUBLE_TAP_MIN_TIME = 40; field in ViewConfiguration
662 return DOUBLE_TAP_MIN_TIME; in getDoubleTapMinTime()
DGestureDetector.java250 private static final int DOUBLE_TAP_MIN_TIME = ViewConfiguration.getDoubleTapMinTime(); field in GestureDetector
880 if (deltaTime > DOUBLE_TAP_TIMEOUT || deltaTime < DOUBLE_TAP_MIN_TIME) { in isConsideredDoubleTap()