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.kt244 val removeAnimatorSet = AnimatorSet() in runPendingAnimations() constant
245 removeAnimatorSet.playTogether(mRemoveAnimatorsList) in runPendingAnimations()
270 pendingAnimatorSet.play(removeAnimatorSet).before(changeAnimatorSet) in runPendingAnimations()
271 pendingAnimatorSet.play(removeAnimatorSet).before(moveAnimatorSet) in runPendingAnimations()