Home
last modified time | relevance | path

Searched refs:onCollectionChanged (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/src/prefetcher/
H A DFetchingRangeEvaluator.ts65 this.onCollectionChanged(whatHappened.totalCount);
149 protected onCollectionChanged(totalCount: number): void {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsPrefetcher.js443 this.onCollectionChanged(whatHappened.totalCount);
512 onCollectionChanged(totalCount) { method in FetchingRangeEvaluator