Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/base-ui/tree/
DLitTreeNode.test.ts78 expect(litTreeNode.drawLine('top')).toBeUndefined();
81 expect(litTreeNode.drawLine('bottom')).toBeUndefined();
84 expect(litTreeNode.drawLine('top-right')).toBeUndefined();
87 expect(litTreeNode.drawLine('bottom-right')).toBeUndefined();
/developtools/smartperf_host/ide/src/base-ui/tree/
DLitTree.ts326 node.drawLine('bottom-right');
329 node.drawLine('top');
332 node.drawLine('bottom');
339 (ev.target as LitTreeNode).drawLine('');
345 (ev.target as LitTreeNode).drawLine('');
DLitTreeNode.ts460 drawLine(direction: string/*string[top|bottom|top-right|bottom-right]*/) { method in LitTreeNode
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/
DTraceRow.ts607 drawLine(item: HTMLDivElement, direction: string /*string[top|bottom]*/) {
640 this.drawLine(ev.currentTarget, '');
646 this.drawLine(ev.currentTarget, '');
656 this.drawLine(ev.currentTarget, 'top');
660 this.drawLine(ev.currentTarget, 'bottom');
666 this.drawLine(ev.currentTarget, '');
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts686 drawLine(item: HTMLDivElement, direction: string /*string[top|bottom]*/) {
719 this.drawLine(ev.currentTarget, '');
725 this.drawLine(ev.currentTarget, '');
735 this.drawLine(ev.currentTarget, 'top');
739 this.drawLine(ev.currentTarget, 'bottom');
745 this.drawLine(ev.currentTarget, '');
/developtools/profiler/host/smartperf/ide/src/base-ui/chart/column/
DLitChartColumn.ts317 this.drawLine(this.litChartColumnCtx!);
326 drawLine(c: CanvasRenderingContext2D) {
/developtools/smartperf_host/ide/src/base-ui/chart/column/
DLitChartColumn.ts317 this.drawLine(this.litChartColumnCtx!);
326 drawLine(c: CanvasRenderingContext2D) {