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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java55 private static final int ANIM_KIND_DELETE = 8; field in class:PositionController
73 0, // ANIM_KIND_DELETE (the duration is calculated dynamically)
738 ANIM_TIME[ANIM_KIND_DELETE] = duration;
739 if (b.doAnimation(targetY, b.mCurrentScale, ANIM_KIND_DELETE)) {
1254 if (mBoxes.get(i).mAnimationKind == ANIM_KIND_DELETE) {
1417 case ANIM_KIND_DELETE:
1623 if (mAnimationKind == ANIM_KIND_DELETE

Completed in 109 milliseconds