Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/
DLazyListPrefetchStrategy.kt55 fun LazyListPrefetchScope.onScroll(delta: Float, layoutInfo: LazyListLayoutInfo) in <lambda>() method
63 fun LazyListPrefetchScope.onVisibleItemsUpdated(layoutInfo: LazyListLayoutInfo) in <lambda>() method
87 interface LazyListPrefetchScope { interface