Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DItemAnimator.java256 final AnimatorSet removeAnimatorSet = new AnimatorSet(); in runPendingAnimations() local
257 removeAnimatorSet.playTogether(mRemoveAnimatorsList); in runPendingAnimations()
283 pendingAnimatorSet.play(removeAnimatorSet).before(changeAnimatorSet); in runPendingAnimations()
284 pendingAnimatorSet.play(removeAnimatorSet).before(moveAnimatorSet); in runPendingAnimations()