Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/
DCacheWindowLogic.kt107 forEachVisibleItem { index, mainAxisSize -> cacheVisibleItemsInfo(index, mainAxisSize) } in <lambda>()
330 private fun cacheVisibleItemsInfo(index: Int, size: Int) { in <lambda>() method in androidx.compose.foundation.lazy.layout.CacheWindowLogic