Home | History | Annotate | Download | only in launcher2

Lines Matching full:slop

652                 int slop;
653 slop = Math.abs(rawY - mMotionDownRawY);
655 if (!mStartedScrolling && slop < mSlop) {