Home
last modified time | relevance | path

Searched defs:existing (Results 1 – 5 of 5) sorted by relevance

/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/lazy/layout/
DPrefetchScheduler.android.kt42 val existing = view.getTag(R.id.compose_prefetch_scheduler) as? PrefetchScheduler in <lambda>() constant
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/node/
DViewInterop.android.kt52 @Suppress("UNCHECKED_CAST") val existing = adapters.fastFirstOrNull { it.id == id } as? T in get() constant
/compose/ui/ui-inspection/src/main/java/androidx/compose/ui/inspection/inspector/
DParameterFactory.kt452 val existing = in <lambda>() constant
952 val existing = elements[index] in <lambda>() constant
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DCompoundHashKeyTests.kt259 return markers.mergedWith(recomposeMarkers) { key, existing, merged -> in CompositionTestScope() method
290 return markers.mergedWith(recomposeMarkers) { key, existing, merged -> in CompositionTestScope() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/layout/
DSubcomposeLayout.kt657 val existing = nodeState.composition in SubcomposeSlotReusePolicy() constant