Searched defs:existing (Results 1 – 5 of 5) sorted by relevance
42 val existing = view.getTag(R.id.compose_prefetch_scheduler) as? PrefetchScheduler in <lambda>() constant
52 @Suppress("UNCHECKED_CAST") val existing = adapters.fastFirstOrNull { it.id == id } as? T in get() constant
452 val existing = in <lambda>() constant952 val existing = elements[index] in <lambda>() constant
259 return markers.mergedWith(recomposeMarkers) { key, existing, merged -> in CompositionTestScope() method290 return markers.mergedWith(recomposeMarkers) { key, existing, merged -> in CompositionTestScope() method
657 val existing = nodeState.composition in SubcomposeSlotReusePolicy() constant