Searched refs:getCurrVelocity (Results 1 – 13 of 13) sorted by relevance
261 public float getCurrVelocity() { in getCurrVelocity() method in Scroller430 float oldVel = getCurrVelocity(); in fling()
189 public float getCurrVelocity() { in getCurrVelocity() method in OverScroller
1424 mEdgeGlowLeft.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()1426 mEdgeGlowRight.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1453 mEdgeGlowTop.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()1455 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
4743 final int vel = (int) mScroller.getCurrVelocity();4901 int velocity = (int) scroller.getCurrVelocity();
332 return mScroller.getCurrVelocity(); in getScrollVelocity()
561 edge.onAbsorb(Math.abs((int) mScroller.getCurrVelocity())); in computeScroll()
1128 : mScroller.getCurrVelocity());1964 float currVelocity = mScroller.getCurrVelocity();2803 maybeFlingScroller((int) Math.signum(mScroller.getCurrVelocity()),
4703 final int vel = (int) scroller.getCurrVelocity(); in run()
37929 method public float getCurrVelocity();38325 method public float getCurrVelocity();
57543 method public float getCurrVelocity();58004 method public float getCurrVelocity();
57687 method public float getCurrVelocity();58148 method public float getCurrVelocity();
18989 HSPLandroid/widget/OverScroller;->getCurrVelocity()F