HomeSort by relevance Sort by last modified time
    Searched defs:DOUBLE_TAP_MIN_TIME (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
GestureDetector.java 228 private static final int DOUBLE_TAP_MIN_TIME = ViewConfiguration.getDoubleTapMinTime();
763 if (deltaTime > DOUBLE_TAP_TIMEOUT || deltaTime < DOUBLE_TAP_MIN_TIME) {
ViewConfiguration.java 123 private static final int DOUBLE_TAP_MIN_TIME = 40;
593 return DOUBLE_TAP_MIN_TIME;
    [all...]

Completed in 93 milliseconds