Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dmini_timeline_component.ts134 @Output() readonly onSeekTimestampUpdate = new EventEmitter< property in MiniTimelineComponent
188 this.onSeekTimestampUpdate.emit(undefined);
207 (position) => this.onSeekTimestampUpdate.emit(position),