Searched refs:defaultSwitchColorsCached (Results 1 – 2 of 2) sorted by relevance
306 return defaultSwitchColorsCached in colors()347 .also { defaultSwitchColorsCached = it } in colors()
384 internal var defaultSwitchColorsCached: SwitchColors? = null in lightColorScheme() variable