Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Ddefault_timeline_row_component.ts114 const currentHoverEntry = this.getEntryAt(mousePoint)?.getTimestamp(); constant
116 if (this.hoveringEntry === currentHoverEntry) {
125 this.hoveringEntry = currentHoverEntry;
Dtransition_timeline_component.ts145 const currentHoverEntry = this.getEntryAt(mousePoint); constant
151 this.hoveringEntry = currentHoverEntry;