Searched defs:CacheWindowScope (Results 1 – 1 of 1) 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 { interface