Searched refs:getCurrVelocity (Results 1 – 12 of 12) 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()
803 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()808 mEdgeGlowTop.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
178 public float getCurrVelocity() { in getCurrVelocity() method in OverScrollerSGV
1390 edge.onAbsorb(Math.abs((int) mScroller.getCurrVelocity())); in computeScroll()1412 int velocity = (int) mScroller.getCurrVelocity(); in handleOverfling()
552 edge.onAbsorb(Math.abs((int) mScroller.getCurrVelocity())); in computeScroll()
544 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
4784 mLastVelocity = mScroller.getCurrVelocity(); in run()