Searched refs:getCurrVelocityX (Results 1 – 2 of 2) sorted by relevance
68 public int getCurrVelocityX() { in getCurrVelocityX() method in FlingScroller
1561 int v = (int) (-mPageScroller.getCurrVelocityX() + 0.5f); in interpolateFlingPage()1564 int v = (int) (mPageScroller.getCurrVelocityX() + 0.5f); in interpolateFlingPage()