Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dnotes_panel.ts26 const FLAG_WIDTH = 16; constant
89 this.hoveredX < x - MOUSE_OFFSET + FLAG_WIDTH;
111 left + FLAG_WIDTH + 2, size.height, measured.width + 2, -12);
113 ctx.fillText(summary, left + FLAG_WIDTH + 3, size.height - 1);
159 if (noteX <= x && x < noteX + FLAG_WIDTH) {