Home
last modified time | relevance | path

Searched defs:isDarkMode (Results 1 – 2 of 2) sorted by relevance

/compose/integration-tests/macrobenchmark-target/src/main/java/androidx/compose/integration/macrobenchmark/target/complexdifferenttypeslist/theme/
DSquadTheme.kt45 val isDarkMode = isSystemInDarkTheme() in SquadTheme() constant
/compose/integration-tests/demos/src/main/java/androidx/compose/integration/demos/
DDemoActivity.kt150 val isDarkMode = isSystemInDarkTheme() in DemoTheme() constant