Home
last modified time | relevance | path

Searched refs:PrefetchRangeRatio (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/src/
H A DBasicPrefetcher.ts24 …const prefetchRangeRatio = new PrefetchRangeRatio(itemsOnScreen, fetchedRegistry, fetchingRegistry…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/src/prefetcher/
H A DPrefetchCount.ts27 private readonly prefetchRangeRatio: PrefetchRangeRatio,
H A DFetchingRangeEvaluator.ts51 private readonly prefetchRangeRatio: PrefetchRangeRatio,
H A DPrefetchRangeRatio.ts30 class PrefetchRangeRatio {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsPrefetcher.js21 …const prefetchRangeRatio = new PrefetchRangeRatio(itemsOnScreen, fetchedRegistry, fetchingRegistry…
548 class PrefetchRangeRatio { class