Searched refs:getCurrVelocity (Results 1 – 10 of 10) sorted by relevance
61 public float getCurrVelocity() { in getCurrVelocity() method in ScrollerHelper62 return mScroller.getCurrVelocity(); in getCurrVelocity()
257 float v = mScroller.getCurrVelocity(); in render()
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()
203 public float getCurrVelocity() { in getCurrVelocity() method in Scroller370 float oldVel = getCurrVelocity(); in fling()
176 public float getCurrVelocity() { in getCurrVelocity() method in OverScroller
867 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()872 mEdgeGlowTop.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
141 public float getCurrVelocity() { in getCurrVelocity() method in OverScroller
552 edge.onAbsorb(Math.abs((int) mScroller.getCurrVelocity())); in computeScroll()
665 isFlingingFast = mScroller.getCurrVelocity() > mFastFlingVelocity; in computeScrollHelper()
3778 mLastVelocity = mScroller.getCurrVelocity(); in run()