Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DItemAnimator.kt256 val moveAnimatorSet = AnimatorSet() in runPendingAnimations() constant
257 moveAnimatorSet.playTogether(mMoveAnimatorsList) in runPendingAnimations()
271 pendingAnimatorSet.play(removeAnimatorSet).before(moveAnimatorSet) in runPendingAnimations()
272 pendingAnimatorSet.play(changeAnimatorSet).with(moveAnimatorSet) in runPendingAnimations()
274 pendingAnimatorSet.play(addAnimatorSet).after(moveAnimatorSet) in runPendingAnimations()