Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DItemAnimator.kt248 val addAnimatorSet = AnimatorSet() in runPendingAnimations() constant
249 addAnimatorSet.playTogether(mAddAnimatorsList) in runPendingAnimations()
273 pendingAnimatorSet.play(addAnimatorSet).after(changeAnimatorSet) in runPendingAnimations()
274 pendingAnimatorSet.play(addAnimatorSet).after(moveAnimatorSet) in runPendingAnimations()