Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DItemAnimator.java43 private final List<Animator> mMoveAnimatorsList = new ArrayList<>(); field in ItemAnimator
151 mMoveAnimatorsList.add(moveAnimator); in animateMove()
269 moveAnimatorSet.playTogether(mMoveAnimatorsList); in runPendingAnimations()
270 mMoveAnimatorsList.clear(); in runPendingAnimations()
299 mMoveAnimatorsList.remove(animator); in endAnimation()