Home
last modified time | relevance | path

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

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DTextRange.kt40 fun TextRange(/*@IntRange(from = 0)*/ start: Int, /*@IntRange(from = 0)*/ end: Int) = in CharSequence() method
97 fun TextRange(index: Int): TextRange = TextRange(start = index, end = index) in TextRange() method
108 fun TextRange.coerceIn(minimumValue: Int, maximumValue: Int): TextRange { in TextRange() method
DMultiParagraph.kt1220 fun TextRange.toGlobal(treatZeroAsNull: Boolean = true): TextRange { in toGlobal() method
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/
DHandwritingGesture.android.kt759 private fun TextRange.adjustHandwritingDeleteGestureRange(text: CharSequence): TextRange { in TextRange() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/selection/
DTextFieldSelectionState.kt1542 private fun TextRange.reverse() = TextRange(end, start) in TextRange() method