Searched refs:lightSources (Results 1 – 2 of 2) sorted by relevance
56 private val lightSources = arrayListOf<LightSourceDrawable>() constant in com.android.systemui.media.IlluminationDrawable155 lightSources.forEach { it.highlightColor = highlightColor } in animateBackground()174 lightSources.add(lightSource.background as LightSourceDrawable) in registerLightSource()176 lightSources.add(lightSource.foreground as LightSourceDrawable) in registerLightSource()
43 float[] lightSources = in triangulate() local55 SpotShadowVertexCalculator.calculateShadow(lightSources, in triangulate()