Searched refs:ANIM_KIND_SCROLL (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java47 private static final int ANIM_KIND_SCROLL = 0; field in class:PositionController
65 0, // ANIM_KIND_SCROLL
569 case ANIM_KIND_SCROLL:
612 startAnimation(x, y, b.mCurrentScale, ANIM_KIND_SCROLL);
625 case ANIM_KIND_SCROLL:
647 startAnimation(x, b.mCurrentY, b.mCurrentScale, ANIM_KIND_SCROLL);
655 b.doAnimation(y, b.mCurrentScale, ANIM_KIND_SCROLL);
1414 case ANIM_KIND_SCROLL:
1446 if (mAnimationKind == ANIM_KIND_SCROLL
1621 if (mAnimationKind == ANIM_KIND_SCROLL
[all...]

Completed in 150 milliseconds