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

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java511 public static int getHoverTapSlop() { method in class:ViewConfiguration
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp87 jmethodID getHoverTapSlop; member in struct:android::__anon1112
449 gServiceClassInfo.getHoverTapSlop);
450 if (!checkAndClearExceptionFromCallback(env, "getHoverTapSlop")) {
1616 GET_METHOD_ID(gServiceClassInfo.getHoverTapSlop, clazz,
1617 "getHoverTapSlop", "()I");
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1944 private int getHoverTapSlop() { method in class:InputManagerService
1945 return ViewConfiguration.getHoverTapSlop();

Completed in 433 milliseconds