Home
last modified time | relevance | path

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

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/
DSemanticsProperties.kt600 class CollectionInfo(val rowCount: Int, val columnCount: Int) constant in androidx.compose.ui.semantics.CollectionInfo
/compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/staggeredgrid/
DLazyStaggeredGridItemPlacementAnimationTest.kt1763 var columnCount by mutableStateOf(2) in <lambda>() variable