Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/
DBasicText.kt106 val selectionController = in <lambda>() constant
204 val selectionController = in BasicText() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/modifiers/
DSelectableTextAnnotatedStringNode.kt60 private var selectionController: SelectionController? = null, variable
DSelectableTextAnnotatedStringElement.kt44 private val selectionController: SelectionController? = null, constant in androidx.compose.foundation.text.modifiers.SelectableTextAnnotatedStringElement
DTextAnnotatedStringElement.kt48 private val selectionController: SelectionController? = null, constant in androidx.compose.foundation.text.modifiers.TextAnnotatedStringElement
DTextAnnotatedStringNode.kt81 private var selectionController: SelectionController? = null, in <lambda>() variable in androidx.compose.foundation.text.modifiers.TextAnnotatedStringNode