Searched defs:mPageScroller (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java128 private FlingScroller mPageScroller; field in class:PositionController
213 mPageScroller = new FlingScroller();
683 mPageScroller.fling(p.mCurrentX, b.mCurrentY, velocityX, velocityY,
685 int targetX = mPageScroller.getFinalX();
686 int targetY = mPageScroller.getFinalY();
687 ANIM_TIME[ANIM_KIND_FLING] = mPageScroller.getDuration();
1552 mPageScroller.computeScrollOffset(progress);
1557 mCurrentX = mPageScroller.getCurrX();
1561 int v = (int) (-mPageScroller.getCurrVelocityX() + 0.5f);
1564 int v = (int) (mPageScroller
[all...]

Completed in 73 milliseconds