Searched refs:pointerGestureTapSlop (Results 1 – 3 of 3) sorted by relevance
191 float pointerGestureTapSlop; // in pixels member240 pointerGestureTapSlop(10.0f), // 10 pixels in InputReaderConfiguration()
758 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()
414 outConfig->pointerGestureTapSlop = hoverTapSlop; in getReaderConfiguration()