Home | History | Annotate | Download | only in launcher2

Lines Matching refs:xDist

1041                 final int xDist = Math.abs(mScroller.getFinalX() - mScroller.getCurrX());
1042 final boolean finishedScrolling = (mScroller.isFinished() || xDist < mTouchSlop);