HomeSort by relevance Sort by last modified time
    Searched refs:DOUBLE_TAP_TIMEOUT (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/view/
GestureDetector.java 204 private static final int DOUBLE_TAP_TIMEOUT = ViewConfiguration.getDoubleTapTimeout();
503 mHandler.sendEmptyMessageDelayed(TAP, DOUBLE_TAP_TIMEOUT);
631 if (secondDown.getEventTime() - firstUp.getEventTime() > DOUBLE_TAP_TIMEOUT) {
ViewConfiguration.java 114 private static final int DOUBLE_TAP_TIMEOUT = 300;
449 return DOUBLE_TAP_TIMEOUT;
  /frameworks/base/core/java/android/webkit/
WebViewInputDispatcher.java 137 private static final int DOUBLE_TAP_TIMEOUT = ViewConfiguration.getDoubleTapTimeout();
452 mUiHandler.sendEmptyMessageDelayed(UiHandler.MSG_CLICK, DOUBLE_TAP_TIMEOUT);
    [all...]

Completed in 86 milliseconds