Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/
DTextFieldCharSequence.kt173 internal fun TextFieldCharSequence.getTextAfterSelection(maxChars: Int): CharSequence = method
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/
DTextFieldValue.kt187 fun TextFieldValue.getTextAfterSelection(maxChars: Int): AnnotatedString = method