Searched refs:getDoubleTapTimeout (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java434 public static int getDoubleTapTimeout() { method in class:ViewConfiguration
H A DGestureDetector.java204 private static final int DOUBLE_TAP_TIMEOUT = ViewConfiguration.getDoubleTapTimeout();
/frameworks/support/v4/java/android/support/v4/view/
H A DGestureDetectorCompat.java64 private static final int DOUBLE_TAP_TIMEOUT = ViewConfiguration.getDoubleTapTimeout();
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp81 jmethodID getDoubleTapTimeout; member in struct:android::__anon1136
376 gServiceClassInfo.getDoubleTapTimeout);
377 if (!checkAndClearExceptionFromCallback(env, "getDoubleTapTimeout")) {
1418 GET_METHOD_ID(gServiceClassInfo.getDoubleTapTimeout, clazz,
1419 "getDoubleTapTimeout", "()I");
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java226 mDetermineUserIntentTimeout = ViewConfiguration.getDoubleTapTimeout();
227 mDoubleTapTimeout = ViewConfiguration.getDoubleTapTimeout();
H A DScreenMagnifier.java160 ViewConfiguration.getDoubleTapTimeout() - MULTI_TAP_TIME_SLOP_ADJUSTMENT;
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1407 private int getDoubleTapTimeout() { method in class:InputManagerService
1408 return ViewConfiguration.getDoubleTapTimeout();
/frameworks/base/core/java/android/webkit/
H A DWebViewInputDispatcher.java137 private static final int DOUBLE_TAP_TIMEOUT = ViewConfiguration.getDoubleTapTimeout();
H A DWebViewClassic.java6131 .getDoubleTapTimeout());
/frameworks/base/core/java/android/widget/
H A DEditor.java1557 ViewConfiguration.getDoubleTapTimeout());
3526 if (duration <= ViewConfiguration.getDoubleTapTimeout()) {

Completed in 2712 milliseconds