Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/
DLazyListPrefetchStrategy.kt82 fun NestedPrefetchScope.onNestedPrefetch(firstVisibleItemIndex: Int) in <lambda>() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/
DLazyGridPrefetchStrategy.kt86 fun NestedPrefetchScope.onNestedPrefetch(firstVisibleItemIndex: Int) in <lambda>() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/
DLazyLayoutPrefetchState.kt272 sealed interface NestedPrefetchScope { interface