Searched refs:getHoverTapTimeout (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java489 public static int getHoverTapTimeout() { method in class:ViewConfiguration
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp80 jmethodID getHoverTapTimeout; member in struct:android::__anon1191
375 gServiceClassInfo.getHoverTapTimeout);
376 if (!checkAndClearExceptionFromCallback(env, "getHoverTapTimeout")) {
1422 GET_METHOD_ID(gServiceClassInfo.getHoverTapTimeout, clazz,
1423 "getHoverTapTimeout", "()I");
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1399 private int getHoverTapTimeout() { method in class:InputManagerService
1400 return ViewConfiguration.getHoverTapTimeout();

Completed in 153 milliseconds