Searched refs:indicesToRemove (Results 1 – 1 of 1) sorted by relevance
40 private val indicesToRemove = mutableIntSetOf() in <lambda>() constant in androidx.compose.foundation.lazy.layout.CacheWindowLogic344 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>()