Home
last modified time | relevance | path

Searched defs:insertLocation (Results 1 – 3 of 3) sorted by relevance

/compose/runtime/runtime-test-utils/src/commonMain/kotlin/androidx/compose/runtime/mock/
DView.kt85 val insertLocation = if (from > to) to else (to - 1) in moveAt() constant
88 val insertLocation = if (from > to) to else (to - count) in moveAt() constant
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotIdSet.kt135 val insertLocation = -(location + 1) in <lambda>() constant
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSlotTable.kt2286 val insertLocation = in moveGroup() constant