Home | History | Annotate | Download | only in launcher3

Lines Matching refs:touchSlop

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