Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DIlluminationDrawable.kt56 private val lightSources = arrayListOf<LightSourceDrawable>() constant in com.android.systemui.media.IlluminationDrawable
155 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()
/frameworks/layoutlib/bridge/src/android/view/shadow/
DSpotShadowTriangulator.java43 float[] lightSources = in triangulate() local
55 SpotShadowVertexCalculator.calculateShadow(lightSources, in triangulate()