Home
last modified time | relevance | path

Searched defs:CacheWindowScope (Results 1 – 1 of 1) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/
DCacheWindowLogic.kt77 fun CacheWindowScope.onScroll(delta: Float) { in <lambda>() method
92 fun CacheWindowScope.onVisibleItemsUpdated() { in <lambda>() method
122 private fun CacheWindowScope.fillCacheWindowBackward(delta: Float) { in <lambda>() method
144 private fun CacheWindowScope.fillCacheWindowForward(delta: Float) { in <lambda>() method
181 private fun CacheWindowScope.onPrefetchForward( in <lambda>() method
295 private fun CacheWindowScope.getItemSizeOrPrefetch(index: Int, isUrgent: Boolean): Int { in <lambda>() method
359 private fun CacheWindowScope.onItemPrefetched(index: Int, itemSize: Int) { in <lambda>() method
365 private fun CacheWindowScope.scheduleNextItemIfNeeded() { in <lambda>() method
386 internal interface CacheWindowScope { interface