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

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java441 public static int getDoubleTapTimeout() { method in class:ViewConfiguration
/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/input/
H A DInputManagerService.java1409 private int getDoubleTapTimeout() { method in class:InputManagerService
1410 return ViewConfiguration.getDoubleTapTimeout();

Completed in 1684 milliseconds