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
449 gServiceClassInfo.getHoverTapSlop); in getReaderConfiguration()
1616 GET_METHOD_ID(gServiceClassInfo.getHoverTapSlop, clazz, in register_android_server_InputManager()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1944 private int getHoverTapSlop() { in getHoverTapSlop() method in InputManagerService
1945 return ViewConfiguration.getHoverTapSlop(); in getHoverTapSlop()