Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts48 private icon1: LitIcon | null | undefined; property in SpChartList
74 this.icon1 = this.shadowRoot?.querySelector<LitIcon>('#group_1_expand');
94 this.icon1?.addEventListener('click', () => {
97 this.icon1!.style.transform = 'rotateZ(0deg)';
100 this.icon1!.style.transform = 'rotateZ(-90deg)';
169 this.icon1!.style.transform = 'rotateZ(0deg)';
223 this.icon1!.style.transform = 'rotateZ(0deg)';
351 this.icon1!.style.transform = 'rotateZ(0deg)';