Home | History | Annotate | Download | only in launcher3

Lines Matching refs:xDiff

1476         final int xDiff = (int) Math.abs(x - mLastMotionX);
1480 boolean xPaged = xDiff > mPagingTouchSlop;
1481 boolean xMoved = xDiff > touchSlop;