Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DIlluminationDrawable.kt67 private var backgroundAnimation: ValueAnimator? = null variable in com.android.systemui.media.IlluminationDrawable
147 backgroundAnimation?.cancel() in animateBackground()
148 backgroundAnimation = ValueAnimator.ofFloat(0f, 1f).apply { in animateBackground()
160 backgroundAnimation = null in animateBackground()