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.java133 private static final int DOUBLE_TAP_MIN_TIME = 40; field in ViewConfiguration
629 return DOUBLE_TAP_MIN_TIME; in getDoubleTapMinTime()
DGestureDetector.java242 private static final int DOUBLE_TAP_MIN_TIME = ViewConfiguration.getDoubleTapMinTime(); field in GestureDetector
852 if (deltaTime > DOUBLE_TAP_TIMEOUT || deltaTime < DOUBLE_TAP_MIN_TIME) { in isConsideredDoubleTap()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt74474 Landroid/view/GestureDetector;->DOUBLE_TAP_MIN_TIME:I
78290 Landroid/view/ViewConfiguration;->DOUBLE_TAP_MIN_TIME:I