Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DItemAnimator.java41 private final List<Animator> mRemoveAnimatorsList = new ArrayList<>(); field in ItemAnimator
69 mRemoveAnimatorsList.add(removeAnimator); in animateRemove()
257 removeAnimatorSet.playTogether(mRemoveAnimatorsList); in runPendingAnimations()
258 mRemoveAnimatorsList.clear(); in runPendingAnimations()
297 mRemoveAnimatorsList.remove(animator); in endAnimation()