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

/frameworks/native/services/inputflinger/
H A DInputReader.h139 float pointerGestureTapSlop; // in pixels member in struct:android::InputReaderConfiguration
194 pointerGestureTapSlop(10.0f), // 10 pixels
H A DInputReader.cpp929 mConfig.pointerGestureTapSlop);
5694 if (fabs(x - mPointerGesture.tapX) <= mConfig.pointerGestureTapSlop
5695 && fabs(y - mPointerGesture.tapY) <= mConfig.pointerGestureTapSlop) {
5766 if (fabs(x - mPointerGesture.tapX) <= mConfig.pointerGestureTapSlop
5767 && fabs(y - mPointerGesture.tapY) <= mConfig.pointerGestureTapSlop) {
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp515 outConfig->pointerGestureTapSlop = hoverTapSlop;

Completed in 148 milliseconds