Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts49 private icon2: LitIcon | null | undefined; property in SpChartList
75 this.icon2 = this.shadowRoot?.querySelector<LitIcon>('#group_2_expand');
105 this.icon2?.addEventListener('click', () => {
108 this.icon2!.style.transform = 'rotateZ(0deg)';
113 this.icon2!.style.transform = 'rotateZ(-90deg)';
175 this.icon2!.style.transform = 'rotateZ(0deg)';
224 this.icon2!.style.transform = 'rotateZ(0deg)';
364 this.icon2!.style.transform = 'rotateZ(0deg)';