Searched refs:LightSourceDrawable (Results 1 – 3 of 3) sorted by relevance
63 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()
60 class LightSourceDrawable : Drawable() { class
24 * LightSourceDrawable.kt