Home | History | Annotate | Download | only in launcher3

Lines Matching refs:xDist

1393                 final int xDist = Math.abs(mScroller.getFinalX() - mScroller.getCurrX());
1394 final boolean finishedScrolling = (mScroller.isFinished() || xDist < mTouchSlop / 3);