Home
last modified time | relevance | path

Searched refs:isFetchLatecomer (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/src/prefetcher/
H A DPrefetchRangeRatio.ts114 …let isFetchLatecomer = this.fetchingRegistry.isFetchLatecomer(index, this.itemsOnScreen.meanValue);
116 if (!isFetchLocal && !isFetchLatecomer) {
122 `isFetchLocal=${isFetchLocal}, isFetchLatecomer=${isFetchLatecomer}`,
H A DFetchingRegistry.ts79 isFetchLatecomer(index: ItemIndex, threshold: number): boolean {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsPrefetcher.js197 isFetchLatecomer(index, threshold) { method in FetchingRegistry
615 …let isFetchLatecomer = this.fetchingRegistry.isFetchLatecomer(index, this.itemsOnScreen.meanValue);
616 if (!isFetchLocal && !isFetchLatecomer) {
620 `isFetchLocal=${isFetchLocal}, isFetchLatecomer=${isFetchLatecomer}`);