Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlViewHolder.kt94 private var stateAnimator: ValueAnimator? = null variable in com.android.systemui.controls.ui.ControlViewHolder
345 stateAnimator?.cancel() in animateBackgroundChange()
370 stateAnimator = ValueAnimator.ofInt(clipLayer.alpha, newAlpha).apply { in startBackgroundAnimation()
388 stateAnimator = null in startBackgroundAnimation()