OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mpagescroller
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java
128
private FlingScroller
mPageScroller
;
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();
[
all
...]
Completed in 1316 milliseconds