Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Doverview_timeline_panel.ts78 const tracksHeight = size.height - headerHeight; constant
101 const trackHeight = (tracksHeight - 1) / numTracks;
129 tracksHeight);
130 ctx.fillRect(vizEndPx, headerHeight, this.width - vizEndPx, tracksHeight);
134 ctx.fillRect(vizStartPx - 1, headerHeight, 1, tracksHeight);
135 ctx.fillRect(vizEndPx, headerHeight, 1, tracksHeight);
144 tracksHeight / hbarDivisionFactor);
149 tracksHeight / hbarDivisionFactor);