Home
last modified time | relevance | path

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

/development/tools/motion/motion_test_watcher_app/src/preview/
Dpreview.component.ts92 const frameCount = this.frames.length - 2; constant
96 (currentTime / totalDuration) * frameCount
145 const frameCount = this.frames.length - 2; constant
147 const targetTime = (this.currentFrame - 1) / frameCount * totalDuration
161 const frameCount = this.frames.length - 2; constant
163 if(this.currentFrame < frameCount) {
164 const targetTime = (this.currentFrame + 1) / frameCount * totalDuration
/development/tools/motion/motion_test_watcher_app/src/model/
Dtimeline.ts56 get frameCount(): number { method in Timeline