Searched refs:prefetchWindowEndLine (Results 1 – 3 of 3) sorted by relevance
60 internal var prefetchWindowEndLine = Int.MIN_VALUE in <lambda>() variable in androidx.compose.foundation.lazy.layout.CacheWindowLogic89 traceValue("prefetchWindowEndIndex", prefetchWindowEndLine.toLong()) in <lambda>()120 prefetchWindowStartLine != Int.MAX_VALUE && prefetchWindowEndLine != Int.MIN_VALUE in <lambda>()164 prefetchWindowEndLine = Int.MIN_VALUE in <lambda>()194 prefetchWindowEndLine = visibleWindowEnd in <lambda>()199 while (prefetchWindowEndExtraSpace > 0 && prefetchWindowEndLine < itemsCount) { in <lambda>()203 if (prefetchWindowEndLine + 1 == visibleWindowEnd + 1) { in <lambda>()211 getItemSizeOrPrefetch(index = prefetchWindowEndLine + 1, isUrgent = isUrgent) in <lambda>()215 prefetchWindowEndLine++ in <lambda>()280 prefetchWindowEndLine = visibleWindowEnd in <lambda>()[all …]
417 for (item in (lastVisibleItemIndex + 1)..prefetchWindowEndLine) { in keepAroundItems()
448 for (line in (lastVisibleItemIndex + 1)..prefetchWindowEndLine) { in keepAroundItems()