Home | History | Annotate | Download | only in widget

Lines Matching defs:slop

171      * vertical scroll is less than the the nested list's touch slop.
681 final int slop = mDragHelper.getTouchSlop();
682 if (ady > slop && adx > ady || !isCapturableViewUnder((int) x, (int) y)) {