Home
last modified time | relevance | path

Searched defs:new (Results 1 – 9 of 9) sorted by relevance

/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/internal/
DTextFieldLayoutStateCacheTest.kt483 ) { old, new -> in <lambda>() method
499 ) { old, new -> in <lambda>() method
551 ) { old, new -> in <lambda>() method
594 new -> in <lambda>() method
620 ) { old, new -> in <lambda>() method
647 ) { old, new -> in <lambda>() method
660 ) { old, new -> in <lambda>() method
675 ) { old, new -> in <lambda>() method
688 ) { old, new -> in <lambda>() method
702 ) { old, new -> in <lambda>() method
[all …]
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DStateObjectImpl.kt36 val new = old.withReadIn(reader) in recordReadIn() constant
DSnapshotStateObserver.kt116 val new = in <lambda>() constant
136 var new: Any? in <lambda>() variable
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text/
DVisualTransformationDemo.kt163 onValueChange = { old, new -> if (new.any { !it.isLetterOrDigit() }) old else new }, in VisualTransformationDemo() method
171 onValueChange = { old, new -> if (new.any { !it.isLetterOrDigit() }) old else new }, in VisualTransformationDemo() method
179 onValueChange = { old, new -> if (new.any { !it.isLetterOrDigit() }) old else new }, in VisualTransformationDemo() method
187 onValueChange = { old, new -> in VisualTransformationDemo() method
222 onValueChange: (String, String) -> String = { _, new -> new }, in VariousEditLine() method
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/input/internal/
DTextFieldStateInternalBufferTest.kt385 state.addImeContentListener { old, new, _ -> in <lambda>() method
445 val new = toTextFieldCharSequence() in <lambda>() constant
466 val new = toTextFieldCharSequence() in <lambda>() constant
486 val new = toTextFieldCharSequence() in <lambda>() constant
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DRecomposer.kt1673 val new = old.add(info) in addRunning() constant
1681 val new = old.remove(info) in removeRunning() constant
DComposition.kt871 val new: Any = in recordModificationsOf() constant
/compose/ui/ui-inspection/src/main/java/androidx/compose/ui/inspection/inspector/
DParameterFactory.kt393 var new = Pair(name, value) in <lambda>() variable
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/contextmenu/
DContextMenuUiTest.kt521 merge(pixelColor, 1) { old, new -> old + new } in <lambda>() method