Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/changelist/
DChangeList.kt169 fun pushInsertSlots(anchor: Anchor, from: SlotTable) { in pushInsertSlots() method in androidx.compose.runtime.changelist.ChangeList
175 fun pushInsertSlots(anchor: Anchor, from: SlotTable, fixups: FixupList) { in pushInsertSlots() method