Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/selection/
DTextPreparedSelection.kt292 fun moveCursorToLineEnd() = moveCursorTo { in <lambda>() method in androidx.compose.foundation.text.input.internal.selection.TextFieldPreparedSelection
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DTextPreparedSelection.kt224 fun moveCursorToLineEnd() = apply { getLineEndByOffset()?.let { setCursor(it) } } in getLineEndByOffset() method