Home
last modified time | relevance | path

Searched defs:newCursor (Results 1 – 6 of 6) sorted by relevance

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/
DEditCommand.kt69 val newCursor = buffer.cursor in applyTo() constant
197 val newCursor = buffer.cursor in applyTo() constant
500 var newCursor = buffer.selectionStart in applyTo() variable
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/
DImeEditCommand.android.kt152 val newCursor = selection.start in <lambda>() constant
233 val newCursor = selection.start in setComposingText() constant
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text/
DPlatformTextInputAdapterDemo.kt105 val newCursor = in <lambda>() constant
117 val newCursor = in <lambda>() constant
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/input/internal/
DTransformedTextSelectionMovementTest.kt162 val (newCursor, wedgeAffinity) = in calculateNextCursorPosition() constant
174 val (newCursor, wedgeAffinity) = in calculatePreviousCursorPosition() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/
DCoreTextFieldSemanticsModifier.kt183 val newCursor = TextRange(value.selection.start + text.length) in applySemantics() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/selection/
DTextPreparedSelection.kt203 val (newCursor, newWedgeAffinity) = in getPrecedingCharacterIndex() constant