Searched refs:getCurrVelocityY (Results 1 – 2 of 2) sorted by relevance
71 public int getCurrVelocityY() { in getCurrVelocityY() method in FlingScroller
1706 int v = (int) (-mPageScroller.getCurrVelocityY() + 0.5f); in interpolateFlingPage()1709 int v = (int) (mPageScroller.getCurrVelocityY() + 0.5f); in interpolateFlingPage()