Home
last modified time | relevance | path

Searched refs:PrefetchCount (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/src/
H A DBasicPrefetcher.ts25 const prefetchCount = new PrefetchCount(itemsOnScreen, prefetchRangeRatio);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/src/prefetcher/
H A DPrefetchCount.ts17 class PrefetchCount {
H A DFetchingRangeEvaluator.ts50 private readonly prefetchCount: PrefetchCount,
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsPrefetcher.js22 const prefetchCount = new PrefetchCount(itemsOnScreen, prefetchRangeRatio);
354 class PrefetchCount { class