Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java489 if (mUnboundedScroll != mScroller.getCurrPos() in computeScrollHelper()
490 || currentScroll != mScroller.getCurrPos()) { in computeScrollHelper()
491 mOrientationHandler.set(this, VIEW_SCROLL_TO, mScroller.getCurrPos()); in computeScrollHelper()
951 final int xDist = Math.abs(mScroller.getFinalPos() - mScroller.getCurrPos()); in updateIsBeingDraggedOnTouchDown()
1076 ? mScroller.getCurrPos() - mMinScroll in getSpringOverScroll()
1077 : Math.max(0, mScroller.getCurrPos() - mMaxScroll); in getSpringOverScroll()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DPortraitPagedViewHandler.java63 scroller.startScroll(newPosition - scroller.getCurrPos(), scroller.getCurrPos()); in scrollerStartScroll()
DLandscapePagedViewHandler.java64 scroller.startScroll(scroller.getCurrPos(), newPosition - scroller.getCurrPos()); in scrollerStartScroll()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DOverScroller.java134 public final int getCurrPos() { in getCurrPos() method in OverScroller