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()
454 if (getUnboundedScrollX() != mScroller.getCurrPos() in computeScrollHelper()
455 || getScrollX() != mScroller.getCurrPos()) { in computeScrollHelper()
456 scrollTo(mScroller.getCurrPos(), 0); in computeScrollHelper()
897 final int xDist = Math.abs(mScroller.getFinalPos() - mScroller.getCurrPos()); in onInterceptTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DOverScroller.java132 public final int getCurrPos() { in getCurrPos() method in OverScroller