Searched defs:getDoubleTapTimeout (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java475 public static int getDoubleTapTimeout() { method in class:ViewConfiguration
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp84 jmethodID getDoubleTapTimeout; member in struct:android::__anon1000
393 gServiceClassInfo.getDoubleTapTimeout);
394 if (!checkAndClearExceptionFromCallback(env, "getDoubleTapTimeout")) {
1480 GET_METHOD_ID(gServiceClassInfo.getDoubleTapTimeout, clazz,
1481 "getDoubleTapTimeout", "()I");
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1544 private int getDoubleTapTimeout() { method in class:InputManagerService
1545 return ViewConfiguration.getDoubleTapTimeout();

Completed in 302 milliseconds