Home
last modified time | relevance | path

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

/development/tools/motion/motion_test_watcher_app/src/preview/
Dpreview.component.ts32 private previewService: PreviewService property in PreviewComponent
34 this.previewService.frameCount$.subscribe(
103 this.previewService.setCurrentFrameFromView(nextFrame);
105 this.previewService.setCurrentFrameFromView(0);
109 this.previewService.setCurrentFrameFromView(0);
113 this.previewService.setCurrentFrameFromView(0);
120 this.previewService.setCurrentFrameFromView(0)
/development/tools/motion/motion_test_watcher_app/src/timeline/graph/
Dgraph.component.ts27 constructor(private previewService: PreviewService) {} property in GraphComponent
147 this.previewService
150 return new LineGraphVisualization(0, 1, this.graphId, this.previewService);
Dline-graph-visualization.ts25 private previewService: PreviewService property in LineGraphVisualization
30 this.previewService.currentFrameFromView$.subscribe((frame) => {