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