Searched refs:DOUBLE_TAP_MIN_TIME (Results 1 – 3 of 3) sorted by relevance
153 private static final int DOUBLE_TAP_MIN_TIME = 40; field in ViewConfiguration777 return DOUBLE_TAP_MIN_TIME; in getDoubleTapMinTime()
256 private static final int DOUBLE_TAP_MIN_TIME = ViewConfiguration.getDoubleTapMinTime(); field in GestureDetector910 if (deltaTime > DOUBLE_TAP_TIMEOUT || deltaTime < DOUBLE_TAP_MIN_TIME) { in isConsideredDoubleTap()
59402 Landroid/view/GestureDetector;->DOUBLE_TAP_MIN_TIME:I63218 Landroid/view/ViewConfiguration;->DOUBLE_TAP_MIN_TIME:I