Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/
DCacheWindowLogic.kt277 removeOutOfBoundsItems(0, prefetchWindowStartLine - 1) in <lambda>()
291 removeOutOfBoundsItems(prefetchWindowEndLine + 1, itemsCount - 1) in <lambda>()
343 private fun removeOutOfBoundsItems(startLine: Int, endLine: Int) { in <lambda>() method