Home
last modified time | relevance | path

Searched refs:defaultSwitchColorsCached (Results 1 – 2 of 2) sorted by relevance

/tv/tv-material/src/main/java/androidx/tv/material3/
DSwitch.kt306 return defaultSwitchColorsCached in colors()
347 .also { defaultSwitchColorsCached = it } in colors()
DColorScheme.kt384 internal var defaultSwitchColorsCached: SwitchColors? = null in lightColorScheme() variable