Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/changelist/
DComposerChangeListWriter.kt274 fun insertSlots(anchor: Anchor, from: SlotTable) { in insertSlots() method
281 fun insertSlots(anchor: Anchor, from: SlotTable, fixups: FixupList) { in insertSlots() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSlotTable.kt2826 private fun insertSlots(size: Int, group: Int) { in insertSlots() method