Home | History | Annotate | Download | only in launcher3

Lines Matching refs:touchSlop

194     // It true, use a different slop parameter (pagingTouchSlop = 2 * touchSlop) for deciding
1479 final int touchSlop = Math.round(touchSlopScale * mTouchSlop);
1481 boolean xMoved = xDiff > touchSlop;
1482 boolean yMoved = yDiff > touchSlop;