Home
last modified time | relevance | path

Searched refs:prefetchInfoRetriever (Results 1 – 4 of 4) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/
DLazyGridMeasureResult.kt52 val prefetchInfoRetriever: (line: Int) -> List<Pair<Int, Constraints>>, constant in androidx.compose.foundation.lazy.grid.LazyGridMeasureResult
147 prefetchInfoRetriever = prefetchInfoRetriever, in <lambda>()
DLazyGridMeasure.kt78 prefetchInfoRetriever: (line: Int) -> List<Pair<Int, Constraints>>, in <lambda>()
130 prefetchInfoRetriever = prefetchInfoRetriever in <lambda>()
456 prefetchInfoRetriever = prefetchInfoRetriever in <lambda>()
DLazyGrid.kt334 val prefetchInfoRetriever: (line: Int) -> List<Pair<Int, Constraints>> = { line -> in rememberLazyGridMeasurePolicy() constant
408 prefetchInfoRetriever = prefetchInfoRetriever, in rememberLazyGridMeasurePolicy()
DLazyGridState.kt350 val itemsInLineInfo = measureResult.prefetchInfoRetriever(lineIndex) in scheduleLinePrefetch()
729 prefetchInfoRetriever = { emptyList() } in <lambda>()