Home
last modified time | relevance | path

Searched refs:getCurrVelocityY (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DFlingScroller.java72 public int getCurrVelocityY() { in getCurrVelocityY() method in FlingScroller
DPositionController.java1705 int v = (int) (-mPageScroller.getCurrVelocityY() + 0.5f); in interpolateFlingPage()
1708 int v = (int) (mPageScroller.getCurrVelocityY() + 0.5f); in interpolateFlingPage()