Searched refs:getCurrVelocity (Results 1 – 4 of 4) sorted by relevance
61 public float getCurrVelocity() { in getCurrVelocity() method in ScrollerHelper62 return mScroller.getCurrVelocity(); in getCurrVelocity()
258 float v = mScroller.getCurrVelocity(); in render()
1544 int v = (int) (mFilmScroller.getCurrVelocity() + 0.5f); in interpolateFlingFilm()
4740 mLastVelocity = mScroller.getCurrVelocity(); in run()