Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewConfiguration.java511 public static int getHoverTapSlop() { in getHoverTapSlop() method in ViewConfiguration
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp87 jmethodID getHoverTapSlop; member
436 gServiceClassInfo.getHoverTapSlop); in getReaderConfiguration()
1504 GET_METHOD_ID(gServiceClassInfo.getHoverTapSlop, clazz, in register_android_server_InputManager()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1539 private int getHoverTapSlop() { in getHoverTapSlop() method in InputManagerService
1540 return ViewConfiguration.getHoverTapSlop(); in getHoverTapSlop()