Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/src/prefetcher/
DFetchingRangeEvaluator.ts88 const rangeToFetch = this.prefetchCount.getRangeToFetch(this.totalItems); constant
110 const rangeToFetch = this.prefetchCount.getRangeToFetch(this.totalItems); constant
168 const rangeToFetch = this.prefetchCount.getRangeToFetch(this.totalItems); constant
178 const rangeToFetch = this.prefetchCount.getRangeToFetch(this.totalItems); constant
DFetchedRegistry.ts22 get rangeToFetch(): IndexRange { method in FetchedRegistry
DFetchingDriver.ts138 const rangeToFetch = this.fetchedRegistry.rangeToFetch; constant
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DjsPrefetcher.js219 get rangeToFetch() { getter in FetchedRegistry