Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Dmini_timeline_drawer_input.ts71 const activeEntry = this.timelineData.findCurrentEntryFor(trace); constant
82 activeSegment: activeEntry
85 activeEntry as TraceEntry<PropertyTreeNode>,
92 activePoint: activeEntry
93 ? transformer.transform(activeEntry.getTimestamp())