Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/
DCacheWindowLogic.kt211 getItemSizeOrPrefetch(index = prefetchWindowEndLine + 1, isUrgent = isUrgent) in <lambda>()
238 getItemSizeOrPrefetch(index = prefetchWindowStartLine - 1, isUrgent = isUrgent) in <lambda>()
295 private fun CacheWindowScope.getItemSizeOrPrefetch(index: Int, isUrgent: Boolean): Int { in <lambda>() method in androidx.compose.foundation.lazy.layout.CacheWindowLogic