Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/
DPrefetchScheduler.kt115 fun scheduleHighPriorityPrefetch(prefetchRequest: PrefetchRequest) method
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/lazy/layout/
DPrefetchScheduler.android.kt217 override fun scheduleHighPriorityPrefetch(prefetchRequest: PrefetchRequest) { in scheduleHighPriorityPrefetch() method in androidx.compose.foundation.lazy.layout.AndroidPrefetchScheduler