Home | History | Annotate | Download | only in webkit

Lines Matching refs:slop

851     // true when the touch movement exceeds the slop
871 // pre-computed density adjusted navigation slop
1693 int slop = configuration.getScaledTouchSlop();
1694 mTouchSlopSquare = slop * slop;
1695 slop = configuration.getScaledDoubleTapSlop();
1696 mDoubleTapSlopSquare = slop * slop;
3085 we need to account for the slop that occurs with antialiasing. To