Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Dmini_timeline_drawer_impl.ts320 const flagWidth = this.getMarkerMaxWidth(); constant
326 this.ctx.lineTo(position + flagWidth, 0);
327 this.ctx.lineTo(position + (flagWidth * 5) / 6, flagHeight / 2);
328 this.ctx.lineTo(position + flagWidth, flagHeight);