Home
last modified time | relevance | path

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

/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/platform/
DAndroidViewCompatTest.kt568 var composeContent by mutableStateOf(true) in <lambda>() variable
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DComposition.kt181 fun composeContent(content: @Composable () -> Unit) in getCompositionService() method