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

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java444 public static int getHoverTapTimeout() { method in class:ViewConfiguration
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp79 jmethodID getHoverTapTimeout; member in struct:android::__anon1136
373 gServiceClassInfo.getHoverTapTimeout);
374 if (!checkAndClearExceptionFromCallback(env, "getHoverTapTimeout")) {
1412 GET_METHOD_ID(gServiceClassInfo.getHoverTapTimeout, clazz,
1413 "getHoverTapTimeout", "()I");
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1397 private int getHoverTapTimeout() { method in class:InputManagerService
1398 return ViewConfiguration.getHoverTapTimeout();

Completed in 2876 milliseconds