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

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

Completed in 169 milliseconds