Home
last modified time | relevance | path

Searched refs:indicesToRemove (Results 1 – 1 of 1) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/
DCacheWindowLogic.kt40 private val indicesToRemove = mutableIntSetOf() in <lambda>() constant in androidx.compose.foundation.lazy.layout.CacheWindowLogic
344 indicesToRemove.clear() in <lambda>()
345 prefetchWindowHandles.forEachKey { if (it in startLine..endLine) indicesToRemove.add(it) } in <lambda>()
347 windowCache.forEachKey { if (it in startLine..endLine) indicesToRemove.add(it) } in <lambda>()
349 indicesToRemove.forEach { in <lambda>()