Home | History | Annotate | Download | only in input

Lines Matching refs:pointerGestureTapSlop

747             mConfig.pointerGestureTapSlop);
4832 if (fabs(x - mPointerGesture.tapX) <= mConfig.pointerGestureTapSlop
4833 && fabs(y - mPointerGesture.tapY) <= mConfig.pointerGestureTapSlop) {
4904 if (fabs(x - mPointerGesture.tapX) <= mConfig.pointerGestureTapSlop
4905 && fabs(y - mPointerGesture.tapY) <= mConfig.pointerGestureTapSlop) {