Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h191 float pointerGestureTapSlop; // in pixels member
240 pointerGestureTapSlop(10.0f), // 10 pixels in InputReaderConfiguration()
DInputReader.cpp758 mConfig.pointerGestureTapSlop); in dump()
4892 if (fabs(x - mPointerGesture.tapX) <= mConfig.pointerGestureTapSlop in preparePointerGestures()
4893 && fabs(y - mPointerGesture.tapY) <= mConfig.pointerGestureTapSlop) { in preparePointerGestures()
4964 if (fabs(x - mPointerGesture.tapX) <= mConfig.pointerGestureTapSlop in preparePointerGestures()
4965 && fabs(y - mPointerGesture.tapY) <= mConfig.pointerGestureTapSlop) { in preparePointerGestures()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp414 outConfig->pointerGestureTapSlop = hoverTapSlop; in getReaderConfiguration()