Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/shadow/
DSpotShadowTriangulator.java39 float[] lightSources = in triangulate() local
51 SpotShadowVertexCalculator.calculateShadow(lightSources, in triangulate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DIlluminationDrawable.kt65 private val lightSources = arrayListOf<LightSourceDrawable>() constant
142 lightSources.forEach { it.alpha = alpha } in setAlpha()
184 lightSources.forEach { it.highlightColor = highlightColor } in animateBackground()
211 lightSources.add(lightSource) in registerLightSource()