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()
734 setFrameContentVelocity(Math.abs(mScroller.getCurrVelocity())); in onInterceptTouchEvent()1573 mEdgeGlowTop.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()1575 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()1587 setFrameContentVelocity(Math.abs(mScroller.getCurrVelocity())); in computeScroll()1902 setFrameContentVelocity(Math.abs(mScroller.getCurrVelocity())); in fling()
1483 mEdgeGlowLeft.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()1485 mEdgeGlowRight.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()1496 setFrameContentVelocity(Math.abs(mScroller.getCurrVelocity())); in computeScroll()1822 setFrameContentVelocity(Math.abs(mScroller.getCurrVelocity())); in fling()
190 public float getCurrVelocity() { in getCurrVelocity() method in OverScroller
5024 final int vel = (int) mScroller.getCurrVelocity();5105 setFrameContentVelocity(Math.abs(mScroller.getCurrVelocity()));5189 int velocity = (int) scroller.getCurrVelocity();5204 setFrameContentVelocity(Math.abs(mScroller.getCurrVelocity()));
561 edge.onAbsorb(Math.abs((int) mScroller.getCurrVelocity())); in computeScroll()
1290 : mScroller.getCurrVelocity());2151 float currVelocity = mScroller.getCurrVelocity();
4824 final int vel = (int) scroller.getCurrVelocity(); in run()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
37929 method public float getCurrVelocity();38325 method public float getCurrVelocity();
59852 method public float getCurrVelocity();60394 method public float getCurrVelocity();
20050 HSPLandroid/widget/OverScroller;->getCurrVelocity()F
20114 HSPLandroid/widget/OverScroller;->getCurrVelocity()F