Searched refs:mRemoveAnimatorsList (Results 1 – 1 of 1) sorted by relevance
33 private val mRemoveAnimatorsList: MutableList<Animator> = ArrayList() constant in com.android.deskclock.ItemAnimator58 mRemoveAnimatorsList.add(removeAnimator) in animateRemove()245 removeAnimatorSet.playTogether(mRemoveAnimatorsList) in runPendingAnimations()246 mRemoveAnimatorsList.clear() in runPendingAnimations()283 mRemoveAnimatorsList.remove(animator) in endAnimation()