Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPositionController.java55 private static final int ANIM_KIND_DELETE = 8; field in PositionController
738 ANIM_TIME[ANIM_KIND_DELETE] = duration; in flingFilmY()
739 if (b.doAnimation(targetY, b.mCurrentScale, ANIM_KIND_DELETE)) { in flingFilmY()
1254 if (mBoxes.get(i).mAnimationKind == ANIM_KIND_DELETE) { in hasDeletingBox()
1417 case ANIM_KIND_DELETE: in applyInterpolationCurve()
1623 if (mAnimationKind == ANIM_KIND_DELETE in startSnapback()