Home
last modified time | relevance | path

Searched refs: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
107 this.drawSegment(timeRange.from, timeRange.to, rowToUse, aborted);
133 const rowToUse = this.getRowToUseFor(entry); constant
134 const rect = this.getSegmentRect(timeRange.from, timeRange.to, rowToUse);
171 const rowToUse = this.getRowToUseFor(this.hoveringEntry); constant
172 const rect = this.getSegmentRect(timeRange.from, timeRange.to, rowToUse);
189 rowToUse: number,
217 borderPadding + rowToUse * totalRowHeight,
226 rowToUse: number,
229 const rect = this.getSegmentRect(start, end, rowToUse);
[all …]