Home | History | Annotate | Download | only in launcher2

Lines Matching refs:xDiff

1104         final int xDiff = (int) Math.abs(x - mLastMotionX);
1108 boolean xPaged = xDiff > mPagingTouchSlop;
1109 boolean xMoved = xDiff > touchSlop;