Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/
DPrefetchScheduler.kt47 fun schedulePrefetch(prefetchRequest: PrefetchRequest) in rememberDefaultPrefetchScheduler() method
100 override fun schedulePrefetch(prefetchRequest: PrefetchRequest) = method
DLazyLayoutPrefetchState.kt90 fun schedulePrefetch(index: Int): PrefetchHandle { in <lambda>() method
138 fun schedulePrefetch(index: Int, constraints: Constraints): PrefetchHandle = in <lambda>() method
295 fun schedulePrefetch(index: Int) = schedulePrecomposition(index) in schedulePrefetch() method
317 fun schedulePrefetch(index: Int, constraints: Constraints) = in schedulePrefetch() method
DCacheWindowLogic.kt397 fun schedulePrefetch(lineIndex: Int, onItemPrefetched: (Int, Int) -> Unit): List<PrefetchHandle> in schedulePrefetch() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/
DLazyListPrefetchStrategy.kt104 fun schedulePrefetch( in schedulePrefetch() method
DLazyListCacheWindowStrategy.kt114 override fun schedulePrefetch( in schedulePrefetch() method in LazyListCacheWindowScope
DLazyListState.kt324 override fun schedulePrefetch( in schedulePrefetch() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/pager/
DTestPrefetchScheduler.kt29 override fun schedulePrefetch(prefetchRequest: PrefetchRequest) { in schedulePrefetch() method in androidx.compose.foundation.pager.TestPrefetchScheduler
/compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/layout/
DTestPrefetchScheduler.kt26 override fun schedulePrefetch(prefetchRequest: PrefetchRequest) { in schedulePrefetch() method in androidx.compose.foundation.lazy.layout.TestPrefetchScheduler
DLazyLayoutTest.kt678 override fun schedulePrefetch(prefetchRequest: PrefetchRequest) { in <lambda>() method in androidx.compose.foundation.lazy.layout.RecordingPrefetchScheduler
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/
DLazyGridCacheWindowStrategy.kt110 override fun schedulePrefetch( in schedulePrefetch() method in LazyGridCacheWindowScope
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/lazy/layout/
DPrefetchScheduler.android.kt268 override fun schedulePrefetch(prefetchRequest: PrefetchRequest) { in schedulePrefetch() method