Searched defs:moveCursorToLineEnd (Results 1 – 2 of 2) sorted by relevance
292 fun moveCursorToLineEnd() = moveCursorTo { in <lambda>() method in androidx.compose.foundation.text.input.internal.selection.TextFieldPreparedSelection
224 fun moveCursorToLineEnd() = apply { getLineEndByOffset()?.let { setCursor(it) } } in getLineEndByOffset() method