Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h140 float pointerGestureTapSlop; // in pixels member
195 pointerGestureTapSlop(10.0f), // 10 pixels in InputReaderConfiguration()
DInputReader.cpp926 mConfig.pointerGestureTapSlop); in dump()
5676 if (fabs(x - mPointerGesture.tapX) <= mConfig.pointerGestureTapSlop in preparePointerGestures()
5677 && fabs(y - mPointerGesture.tapY) <= mConfig.pointerGestureTapSlop) { in preparePointerGestures()
5748 if (fabs(x - mPointerGesture.tapX) <= mConfig.pointerGestureTapSlop in preparePointerGestures()
5749 && fabs(y - mPointerGesture.tapY) <= mConfig.pointerGestureTapSlop) { in preparePointerGestures()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp512 outConfig->pointerGestureTapSlop = hoverTapSlop; in getReaderConfiguration()