Home
last modified time | relevance | path

Searched defs:mutableList (Results 1 – 4 of 4) sorted by relevance

/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DContextualFlowLayout.kt84 val mutableList: MutableList<@Composable () -> Unit> = mutableListOf() in <lambda>() constant
159 val mutableList: MutableList<@Composable () -> Unit> = mutableListOf() in ContextualFlowColumn() constant
DFlowLayout.kt112 val mutableList: MutableList<@Composable () -> Unit> = mutableListOf() in <lambda>() constant
226 val mutableList: MutableList<@Composable () -> Unit> = mutableListOf() in FlowRow() constant
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/snapshots/
DSnapshotStateListTests.kt537 val mutableList = original.toMutableList() in <lambda>() constant
/compose/runtime/runtime-lint/src/test/java/androidx/compose/runtime/lint/
DMutableCollectionMutableStateDetectorTest.kt51 fun mutableList(): MutableList<Int> = mutableListOf() in getDetector() method