Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dabstract_timeline_row_component.ts137 const transitionEntry = this.getEntryAt(mousePoint); constant
139 if (transitionEntry && transitionEntry !== this.selectedEntry) {
141 this.selectedEntry = transitionEntry;
143 TracePosition.fromTraceEntry(transitionEntry),
145 } else if (!transitionEntry && this.trace) {