Home
last modified time | relevance | path

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

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