Searched refs:pointerGestureTapSlop (Results 1 – 4 of 4) sorted by relevance
242 float pointerGestureTapSlop; // in pixels member297 pointerGestureTapSlop(10.0f), // 10 pixels in InputReaderConfiguration()
852 dump += StringPrintf(INDENT3 "TapSlop: %0.1fpx\n", mConfig.pointerGestureTapSlop); in dump()
2849 if (fabs(x - mPointerGesture.tapX) <= mConfig.pointerGestureTapSlop && in preparePointerGestures()2850 fabs(y - mPointerGesture.tapY) <= mConfig.pointerGestureTapSlop) { in preparePointerGestures()2917 if (fabs(x - mPointerGesture.tapX) <= mConfig.pointerGestureTapSlop && in preparePointerGestures()2918 fabs(y - mPointerGesture.tapY) <= mConfig.pointerGestureTapSlop) { in preparePointerGestures()
625 outConfig->pointerGestureTapSlop = hoverTapSlop; in getReaderConfiguration()