Home | History | Annotate | Download | only in launcher2

Lines Matching refs:touchSlop

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