Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DInputReaderBase.h209 float pointerGestureTapSlop; // in pixels member
264 pointerGestureTapSlop(10.0f), // 10 pixels in InputReaderConfiguration()
/frameworks/native/services/inputflinger/
DInputReader.cpp884 mConfig.pointerGestureTapSlop); in dump()
5732 if (fabs(x - mPointerGesture.tapX) <= mConfig.pointerGestureTapSlop in preparePointerGestures()
5733 && fabs(y - mPointerGesture.tapY) <= mConfig.pointerGestureTapSlop) { in preparePointerGestures()
5804 if (fabs(x - mPointerGesture.tapX) <= mConfig.pointerGestureTapSlop in preparePointerGestures()
5805 && fabs(y - mPointerGesture.tapY) <= mConfig.pointerGestureTapSlop) { in preparePointerGestures()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp541 outConfig->pointerGestureTapSlop = hoverTapSlop; in getReaderConfiguration()