Searched refs:CacheWindowScope (Results 1 – 3 of 3) sorted by relevance
77 fun CacheWindowScope.onScroll(delta: Float) { in <lambda>() method92 fun CacheWindowScope.onVisibleItemsUpdated() { in <lambda>() method122 private fun CacheWindowScope.fillCacheWindowBackward(delta: Float) { in <lambda>() method144 private fun CacheWindowScope.fillCacheWindowForward(delta: Float) { in <lambda>() method181 private fun CacheWindowScope.onPrefetchForward( in <lambda>() method295 private fun CacheWindowScope.getItemSizeOrPrefetch(index: Int, isUrgent: Boolean): Int { in <lambda>() method359 private fun CacheWindowScope.onItemPrefetched(index: Int, itemSize: Int) { in <lambda>() method365 private fun CacheWindowScope.scheduleNextItemIfNeeded() { in <lambda>() method386 internal interface CacheWindowScope { interface404 internal inline fun CacheWindowScope.forEachVisibleItem( in schedulePrefetch()
22 import androidx.compose.foundation.lazy.layout.CacheWindowScope62 block: CacheWindowScope.() -> Unit in applyWindowScope()71 internal class LazyListCacheWindowScope() : CacheWindowScope {
23 import androidx.compose.foundation.lazy.layout.CacheWindowScope52 block: CacheWindowScope.() -> Unit in applyWindowScope()61 private class LazyGridCacheWindowScope() : CacheWindowScope {