Home
last modified time | relevance | path

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

/compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/java/androidx/compose/runtime/benchmark/deeptree/
DDeepTree.kt46 fun Stack(vertical: Boolean, content: @Composable () -> Unit) { in Stack() method
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DMovableContentTests.kt1868 private fun Stack(isHorizontal: Boolean, block: @Composable () -> Unit) { in Stack() method
1876 private fun MockViewValidator.Stack(isHorizontal: Boolean, block: MockViewValidator.() -> Unit) { in MockViewValidator() method