Home
last modified time | relevance | path

Searched refs:getCurrPos (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java246 mScroller.startScroll(mScroller.getCurrPos(), newX - mScroller.getCurrPos()); in updateCurrentPageScroll()
455 if (getUnboundedScrollX() != mScroller.getCurrPos() in computeScrollHelper()
456 || getScrollX() != mScroller.getCurrPos()) { in computeScrollHelper()
457 scrollTo(mScroller.getCurrPos(), 0); in computeScrollHelper()
921 final int xDist = Math.abs(mScroller.getFinalPos() - mScroller.getCurrPos()); in updateIsBeingDraggedOnTouchDown()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DOverScroller.java132 public final int getCurrPos() { in getCurrPos() method in OverScroller