Home
last modified time | relevance | path

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

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