Home
last modified time | relevance | path

Searched defs:old (Results 1 – 16 of 16) 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
593 old, 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.kt33 val old = ReaderKind(readerKind.get()) in recordReadIn() constant
DSnapshotStateObserver.kt115 val old = pendingChanges.get() in <lambda>() constant
134 val old = pendingChanges.get() in <lambda>() constant
/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
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/input/internal/
DTextFieldStateInternalBufferTest.kt385 state.addImeContentListener { old, new, _ -> in <lambda>() method
444 val old = originalValue in <lambda>() constant
465 val old = originalValue in <lambda>() constant
485 val old = originalValue in <lambda>() constant
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DComposeView.android.kt104 val old = composition in <lambda>() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/platform/
DAndroidUiDispatcherTest.kt210 val old = expectCount.get() in <lambda>() constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/input/pointer/
DHitPathTracker.kt668 val old = oldEvent.changes[i] in hasPositionChanged() constant
DSuspendingPointerInputFilter.kt743 lastEvent.changes.fastMapNotNull { old -> in resetPointerInputHandler() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DLookaheadPassDelegate.kt517 val old = outerCoordinator.lookaheadDelegate?.isPlacedUnderMotionFrameOfReference in <lambda>() constant
DMeasurePassDelegate.kt568 val old = outerCoordinator.isPlacedUnderMotionFrameOfReference in <lambda>() constant
DNodeCoordinator.kt175 val old = _measureResult in <lambda>() constant in androidx.compose.ui.node.NodeCoordinator
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DRecomposer.kt1672 val old = _runningRecomposers.value in addRunning() constant
1680 val old = _runningRecomposers.value in removeRunning() constant
DComposition.kt870 val old = pendingModifications.get() in recordModificationsOf() constant
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/collection/
DMutableVector.kt771 val old = content[index] as T in <lambda>() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/contextmenu/
DContextMenuUiTest.kt521 merge(pixelColor, 1) { old, new -> old + new } in <lambda>() method