Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/src/prefetcher/
H A DItemsOnScreenProvider.ts68 const rawSpeed = Math.abs(distance / timeDifference) * 1000;
69 this.speedInternal = speedWeight * rawSpeed + (1 - speedWeight) * this.speedInternal;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsPrefetcher.js312 const rawSpeed = Math.abs(distance / timeDifference) * 1000; constant
313 this.speedInternal = speedWeight * rawSpeed + (1 - speedWeight) * this.speedInternal;