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.kt35 private val mMoveAnimatorsList: MutableList<Animator> = ArrayList() constant in com.android.deskclock.ItemAnimator
140 mMoveAnimatorsList.add(moveAnimator) in animateMove()
257 moveAnimatorSet.playTogether(mMoveAnimatorsList) in runPendingAnimations()
258 mMoveAnimatorsList.clear() in runPendingAnimations()
285 mMoveAnimatorsList.remove(animator) in endAnimation()