Searched refs:pointerGestureTapSlop (Results 1 – 3 of 3) sorted by relevance
209 float pointerGestureTapSlop; // in pixels member264 pointerGestureTapSlop(10.0f), // 10 pixels in InputReaderConfiguration()
884 mConfig.pointerGestureTapSlop); in dump()5732 if (fabs(x - mPointerGesture.tapX) <= mConfig.pointerGestureTapSlop in preparePointerGestures()5733 && fabs(y - mPointerGesture.tapY) <= mConfig.pointerGestureTapSlop) { in preparePointerGestures()5804 if (fabs(x - mPointerGesture.tapX) <= mConfig.pointerGestureTapSlop in preparePointerGestures()5805 && fabs(y - mPointerGesture.tapY) <= mConfig.pointerGestureTapSlop) { in preparePointerGestures()
541 outConfig->pointerGestureTapSlop = hoverTapSlop; in getReaderConfiguration()