Searched refs:prefetchInfoRetriever (Results 1 – 4 of 4) sorted by relevance
52 val prefetchInfoRetriever: (line: Int) -> List<Pair<Int, Constraints>>, constant in androidx.compose.foundation.lazy.grid.LazyGridMeasureResult147 prefetchInfoRetriever = prefetchInfoRetriever, in <lambda>()
78 prefetchInfoRetriever: (line: Int) -> List<Pair<Int, Constraints>>, in <lambda>()130 prefetchInfoRetriever = prefetchInfoRetriever in <lambda>()456 prefetchInfoRetriever = prefetchInfoRetriever in <lambda>()
334 val prefetchInfoRetriever: (line: Int) -> List<Pair<Int, Constraints>> = { line -> in rememberLazyGridMeasurePolicy() constant408 prefetchInfoRetriever = prefetchInfoRetriever, in rememberLazyGridMeasurePolicy()
350 val itemsInLineInfo = measureResult.prefetchInfoRetriever(lineIndex) in scheduleLinePrefetch()729 prefetchInfoRetriever = { emptyList() } in <lambda>()