Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/drawable/
DIlluminationDrawable.kt63 private val lightSources = arrayListOf<LightSourceDrawable>() constant in com.android.systemui.media.controls.ui.drawable.IlluminationDrawable
144 lightSources.forEach { it.alpha = alpha } in setAlpha()
193 lightSources.forEach { it.highlightColor = highlightColor } in animateBackground()
222 lightSources.add(lightSource) in registerLightSource()