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

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java441 public static int getDoubleTapTimeout() { method in class:ViewConfiguration
H A DGestureDetector.java203 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.cpp82 jmethodID getDoubleTapTimeout; member in struct:android::__anon1190
378 gServiceClassInfo.getDoubleTapTimeout);
379 if (!checkAndClearExceptionFromCallback(env, "getDoubleTapTimeout")) {
1428 GET_METHOD_ID(gServiceClassInfo.getDoubleTapTimeout, clazz,
1429 "getDoubleTapTimeout", "()I");
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java222 mDetermineUserIntentTimeout = ViewConfiguration.getDoubleTapTimeout();
223 mDoubleTapTimeout = ViewConfiguration.getDoubleTapTimeout();
H A DScreenMagnifier.java142 ViewConfiguration.getDoubleTapTimeout() - MULTI_TAP_TIME_SLOP_ADJUSTMENT;
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1409 private int getDoubleTapTimeout() { method in class:InputManagerService
1410 return ViewConfiguration.getDoubleTapTimeout();
/frameworks/base/core/java/android/widget/
H A DEditor.java1623 ViewConfiguration.getDoubleTapTimeout());
3645 if (duration <= ViewConfiguration.getDoubleTapTimeout()) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2019 ViewConfiguration.getDoubleTapTimeout());

Completed in 402 milliseconds