Searched refs:pointerGestureTapSlop (Results 1 – 4 of 4) sorted by relevance
212 float pointerGestureTapSlop; // in pixels member267 pointerGestureTapSlop(10.0f), // 10 pixels in InputReaderConfiguration()
674 dump += StringPrintf(INDENT3 "TapSlop: %0.1fpx\n", mConfig.pointerGestureTapSlop); in dump()
2814 if (fabs(x - mPointerGesture.tapX) <= mConfig.pointerGestureTapSlop && in preparePointerGestures()2815 fabs(y - mPointerGesture.tapY) <= mConfig.pointerGestureTapSlop) { in preparePointerGestures()2883 if (fabs(x - mPointerGesture.tapX) <= mConfig.pointerGestureTapSlop && in preparePointerGestures()2884 fabs(y - mPointerGesture.tapY) <= mConfig.pointerGestureTapSlop) { in preparePointerGestures()
532 outConfig->pointerGestureTapSlop = hoverTapSlop; in getReaderConfiguration()