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