Searched refs:getCurrVelocity (Results 1 – 9 of 9) sorted by relevance
719 final public float getCurrVelocity() { in getCurrVelocity() method in ScrollController721 return mFlingScroller.getCurrVelocity(); in getCurrVelocity()723 return mScrollScroller.getCurrVelocity(); in getCurrVelocity()812 float velocity = mFlingScroller.getCurrVelocity(); in startScroll()
61 public float getCurrVelocity() { in getCurrVelocity() method in ScrollerHelper62 return mScroller.getCurrVelocity(); in getCurrVelocity()
257 float v = mScroller.getCurrVelocity(); in render()
203 public float getCurrVelocity() { in getCurrVelocity() method in Scroller370 float oldVel = getCurrVelocity(); in fling()
176 public float getCurrVelocity() { in getCurrVelocity() method in OverScroller
232 public float getCurrVelocity() { in getCurrVelocity() method in LauncherScroller407 float oldVel = getCurrVelocity(); in fling()
867 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()872 mEdgeGlowTop.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
552 edge.onAbsorb(Math.abs((int) mScroller.getCurrVelocity())); in computeScroll()
4784 mLastVelocity = mScroller.getCurrVelocity(); in run()