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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java56 private static final int ANIM_KIND_CAPTURE = 9; field in class:PositionController
74 CAPTURE_ANIMATION_TIME, // ANIM_KIND_CAPTURE
556 ANIM_KIND_CAPTURE);
557 b.doAnimation(0, b.mScaleMin, ANIM_KIND_CAPTURE);
558 n.doAnimation(0, n.mScaleMin, ANIM_KIND_CAPTURE);
559 g.doAnimation(g.mDefaultSize, ANIM_KIND_CAPTURE);
1418 case ANIM_KIND_CAPTURE:
1578 if (mAnimationKind == ANIM_KIND_CAPTURE) {
1583 if (mAnimationKind == ANIM_KIND_CAPTURE) {
1664 && kind != ANIM_KIND_CAPTURE) {
[all...]

Completed in 42 milliseconds