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

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java506 public static int getHoverTapSlop() { method in class:ViewConfiguration
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp83 jmethodID getHoverTapSlop; member in struct:android::__anon1000
412 gServiceClassInfo.getHoverTapSlop);
413 if (!checkAndClearExceptionFromCallback(env, "getHoverTapSlop")) {
1477 GET_METHOD_ID(gServiceClassInfo.getHoverTapSlop, clazz,
1478 "getHoverTapSlop", "()I");
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1539 private int getHoverTapSlop() { method in class:InputManagerService
1540 return ViewConfiguration.getHoverTapSlop();

Completed in 52 milliseconds