Searched refs:DOUBLE_TAP_MIN_TIME (Results 1 – 3 of 3) sorted by relevance
133 private static final int DOUBLE_TAP_MIN_TIME = 40; field in ViewConfiguration629 return DOUBLE_TAP_MIN_TIME; in getDoubleTapMinTime()
242 private static final int DOUBLE_TAP_MIN_TIME = ViewConfiguration.getDoubleTapMinTime(); field in GestureDetector852 if (deltaTime > DOUBLE_TAP_TIMEOUT || deltaTime < DOUBLE_TAP_MIN_TIME) { in isConsideredDoubleTap()
74474 Landroid/view/GestureDetector;->DOUBLE_TAP_MIN_TIME:I78290 Landroid/view/ViewConfiguration;->DOUBLE_TAP_MIN_TIME:I