Home
last modified time | relevance | path

Searched defs:prefetchCount (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/src/
DBasicPrefetcher.ts25 const prefetchCount = new PrefetchCount(itemsOnScreen, prefetchRangeRatio); constant
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/src/prefetcher/
DPrefetchCount.ts62 const prefetchCount = minItems + Math.ceil(ratio * (this.currentMaxItems - minItems)); constant
DFetchingRangeEvaluator.ts50 private readonly prefetchCount: PrefetchCount, property in FetchingRangeEvaluator
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DjsPrefetcher.js426 …constructor(itemsOnScreen, prefetchCount, prefetchRangeRatio, fetchedRegistry, logger = dummyLogge… argument
669 calculateRatio(prefetchCount, totalCount) { argument