Searched defs:selectionController (Results 1 – 5 of 5) sorted by relevance
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/ | ||
| D | BasicText.kt | 106 val selectionController = in <lambda>() constant |
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/modifiers/ | ||
| D | SelectableTextAnnotatedStringNode.kt | 60 private var selectionController: SelectionController? = null, variable |
| D | SelectableTextAnnotatedStringElement.kt | 44 private val selectionController: SelectionController? = null, constant in androidx.compose.foundation.text.modifiers.SelectableTextAnnotatedStringElement |
| D | TextAnnotatedStringElement.kt | 48 private val selectionController: SelectionController? = null, constant in androidx.compose.foundation.text.modifiers.TextAnnotatedStringElement |
| D | TextAnnotatedStringNode.kt | 81 private var selectionController: SelectionController? = null, in <lambda>() variable in androidx.compose.foundation.text.modifiers.TextAnnotatedStringNode |