Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dmini_timeline_component.ts154 private hoverTimestamp: Timestamp | undefined; property in MiniTimelineComponent
268 this.hoverTimestamp = undefined;
272 this.hoverTimestamp = new Transformer(
292 const zoomTo = this.hoverTimestamp;
513 if (!this.hoverTimestamp) {
521 this.zoomIn(this.hoverTimestamp);
523 this.zoomOut(this.hoverTimestamp);