Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/drawable/
DIlluminationDrawable.kt63 private val lightSources = arrayListOf<LightSourceDrawable>()
213 if (lightSource.background is LightSourceDrawable) { in registerLightSource()
214 registerLightSource(lightSource.background as LightSourceDrawable) in registerLightSource()
215 } else if (lightSource.foreground is LightSourceDrawable) { in registerLightSource()
216 registerLightSource(lightSource.foreground as LightSourceDrawable) in registerLightSource()
220 private fun registerLightSource(lightSource: LightSourceDrawable) { in registerLightSource()
DLightSourceDrawable.kt60 class LightSourceDrawable : Drawable() { class
/frameworks/base/packages/SystemUI/docs/
Dmedia-controls.md24 * LightSourceDrawable.kt