Home
last modified time | relevance | path

Searched defs:newText (Results 1 – 11 of 11) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/
DCodepointTransformation.kt88 val newText = buildString { in toVisualText() constant
DCoreTextFieldSemanticsModifier.kt177 val newText = in applySemantics() constant
DTextFieldDecoratorModifier.kt520 onAutofillText { newText -> in applySemantics() method
532 setText { newText -> in applySemantics() method
538 insertTextAtCursor { newText -> in applySemantics() method
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/contentcapture/
DAndroidContentCaptureManager.android.kt268 val newText = in <lambda>() constant
282 val newText = in <lambda>() constant
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/
DHandwritingGesture.android.kt307 val newText = in performRemoveSpaceGesture() constant
653 val newText = in performRemoveSpaceGesture() constant
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/autofill/
DAndroidAutofillManager.android.kt110 val newText = config?.getOrNull(SemanticsProperties.InputText)?.text in <lambda>() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DTextFieldSelectionManager.kt680 val newText = in <lambda>() constant
710 val newText = in <lambda>() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/
DTextFieldCursorTest.kt1087 val newText = currValue.dropLast(1) in <lambda>() constant
DBasicTextFieldSemanticsTest.kt245 val newText = asCharSequence().asSequence().joinToString("-") in semantics_setTextAction_appliesFilter() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/
DTextFieldSelectionGesturesTest.kt156 val newText = "Some Text" in whenTouch_withNoText_thenLongPressAndDrag_thenAddText_longPressAndDragAgain() constant
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DAndroidComposeViewAccessibilityDelegateCompat.android.kt2238 val newText = newNode.unmergedConfig.getTextForTextField() ?: "" in sendSemanticsPropertyChangeEvents() constant
2335 val newText = newNode.unmergedConfig.getTextForTextField()?.text ?: "" in sendSemanticsPropertyChangeEvents() constant