Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DSelectionAdjustment.kt145 val currentSlot = if (isStartHandle) startSlot else endSlot in updateSelectionBoundary() constant
DSelectionLayout.kt492 private var currentSlot: Int = UNASSIGNED_SLOT variable in androidx.compose.foundation.text.selection.SelectionLayoutBuilder
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSlotTable.kt858 private var currentSlot = 0 variable
1074 val currentSlot = currentSlot in startGroup() constant
1268 private var currentSlot = 0 variable
1511 val currentSlot = currentSlot in trimTailSlots() constant
1857 var currentSlot = currentSlot in startGroup() variable
2221 val currentSlot = toWriter.currentSlot in moveGroup() constant