Home | History | Annotate | Download | only in webkit

Lines Matching refs:slop

500             int slop = ViewConfiguration.get(mContext).getScaledTouchSlop();
507 // Use a smaller slop when checking to see if we've moved far enough
508 // to scroll the text, because experimentally, slop has shown to be
510 int smallerSlop = slop/2;
517 if (Math.abs((int) event.getX() - mDragStartX) < slop
518 && Math.abs((int) event.getY() - mDragStartY) < slop) {
519 // If the user has not scrolled further than slop, we should not