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

/frameworks/base/services/java/com/android/server/wm/
H A DInputManager.java661 public int getDoubleTapTimeout() { method in class:InputManager.Callbacks
662 return ViewConfiguration.getDoubleTapTimeout();
/frameworks/base/core/java/android/view/
H A DViewConfiguration.java447 public static int getDoubleTapTimeout() { method in class:ViewConfiguration
H A DGestureDetector.java206 private static final int DOUBLE_TAP_TIMEOUT = ViewConfiguration.getDoubleTapTimeout();
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp77 jmethodID getDoubleTapTimeout; member in struct:android::__anon1184
416 gCallbacksClassInfo.getDoubleTapTimeout);
417 if (!checkAndClearExceptionFromCallback(env, "getDoubleTapTimeout")) {
1477 GET_METHOD_ID(gCallbacksClassInfo.getDoubleTapTimeout, clazz,
1478 "getDoubleTapTimeout", "()I");
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java103 .getDoubleTapTimeout();
H A DTextView.java11050 if (duration <= ViewConfiguration.getDoubleTapTimeout() &&
/frameworks/base/core/java/android/webkit/
H A DWebView.java6527 .getDoubleTapTimeout());

Completed in 601 milliseconds