Home
last modified time | relevance | path

Searched defs:rowToUse (Results 1 – 1 of 1) sorted by relevance

/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dtransition_timeline_component.ts103 const rowToUse = this.getRowToUseFor(entry); constant
133 const rowToUse = this.getRowToUseFor(entry); constant
171 const rowToUse = this.getRowToUseFor(this.hoveringEntry); constant
260 const rowToUse = this.rowsToUse.get(entry.getIndex()); constant
287 let rowToUse = 0; variable