Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/selection/
DTextPreparedSelection.kt226 fun moveCursorToHome() = moveCursorTo { 0 } in <lambda>() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DTextPreparedSelection.kt168 fun moveCursorToHome() = apply { setCursor(0) } in <lambda>() method