Searched defs:slop (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebView.java386 // pre-computed density adjusted navigation slop
808 int slop = configuration.getScaledTouchSlop();
809 mTouchSlopSquare = slop * slop;
810 mMinLockSnapReverseDistance = slop;
811 slop = configuration.getScaledDoubleTapSlop();
812 mDoubleTapSlopSquare = slop * slop;
1891 we need to account for the slop that occurs with antialiasing. To
6064 private native boolean nativeMotionUp(int x, int y, int slop); argument
[all...]

Completed in 50 milliseconds