Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dbase_slice_track.ts651 const trackHeight = this.computedTrackHeight; constant
661 if (y >= padding && y <= trackHeight - padding) {
726 let trackHeight; variable
728 trackHeight = lay.fixedHeight;
730 trackHeight = 2 * lay.padding + rows * (lay.sliceHeight + lay.rowSpacing);
737 const rowHeight = (trackHeight - 2 * lay.padding) / rows;
745 this.computedTrackHeight = trackHeight;
Doverview_timeline_panel.ts117 const trackHeight = (tracksHeight - 1) / numTracks; constant
123 const yOff = Math.floor(headerHeight + y * trackHeight);
126 ctx.fillRect(xStart, yOff, xEnd - xStart, Math.ceil(trackHeight));