Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewConfiguration.java153 private static final int DOUBLE_TAP_MIN_TIME = 40; field in ViewConfiguration
777 return DOUBLE_TAP_MIN_TIME; in getDoubleTapMinTime()
DGestureDetector.java256 private static final int DOUBLE_TAP_MIN_TIME = ViewConfiguration.getDoubleTapMinTime(); field in GestureDetector
910 if (deltaTime > DOUBLE_TAP_TIMEOUT || deltaTime < DOUBLE_TAP_MIN_TIME) { in isConsideredDoubleTap()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59402 Landroid/view/GestureDetector;->DOUBLE_TAP_MIN_TIME:I
63218 Landroid/view/ViewConfiguration;->DOUBLE_TAP_MIN_TIME:I