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()
204 public float getCurrVelocity() { in getCurrVelocity() method in Scroller371 float oldVel = getCurrVelocity(); in fling()
177 public float getCurrVelocity() { in getCurrVelocity() method in OverScroller
233 public float getCurrVelocity() { in getCurrVelocity() method in LauncherScroller408 float oldVel = getCurrVelocity(); in fling()
1253 mEdgeGlowLeft.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()1255 mEdgeGlowRight.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
179 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()
4784 mLastVelocity = mScroller.getCurrVelocity(); in run()