Searched refs:lightSources (Results 1 – 1 of 1) sorted by relevance
63 private val lightSources = arrayListOf<LightSourceDrawable>() constant in com.android.systemui.media.controls.ui.drawable.IlluminationDrawable144 lightSources.forEach { it.alpha = alpha } in setAlpha()193 lightSources.forEach { it.highlightColor = highlightColor } in animateBackground()222 lightSources.add(lightSource) in registerLightSource()