Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/component/schedulingAnalysis/
DDrawerCpuTabs.ts28 private tabs: LitTabs | null | undefined; property in DrawerCpuTabs
34 this.tabs = this.shadowRoot?.querySelector<LitTabs>('#tabs');
39 this.tabs!.onTabClick = (e: any) => {
51 this.tabs!.activekey = value;
DSpSchedulingAnalysis.ts33 private tabs: LitTabs | null | undefined; property in SpSchedulingAnalysis
38 this.tabs = this.shadowRoot?.querySelector<LitTabs>('#tabs');
53 this.tabs!.activekey = '1';
/developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/
DDrawerCpuTabs.ts28 private tabs: LitTabs | null | undefined; property in DrawerCpuTabs
34 this.tabs = this.shadowRoot?.querySelector<LitTabs>('#tabs');
39 this.tabs!.onTabClick = (e: any) => {
51 this.tabs!.activekey = value;
DSpSchedulingAnalysis.ts33 private tabs: LitTabs | null | undefined; property in SpSchedulingAnalysis
38 this.tabs = this.shadowRoot?.querySelector<LitTabs>('#tabs');
53 this.tabs!.activekey = '1';
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/
DTraceSheet.ts154 let tabs: HTMLDivElement | undefined | null = this.shadowRoot?.querySelector('#tabs');
166 let initialHeight = { tabs: `calc(30vh + 39px)`, node: '30vh' };
172 let preHeight = tabs!.offsetHeight;
177 tabs!.style.height = moveY + 'px';
185 tabs!.style.height = moveY + 'px';
189 tabs!.style.height = navRoot!.offsetHeight + 'px';
196 tabs!.style.height =
220 if (node!.style.height !== '0px' && tabs!.style.height != '') {
222 initialHeight.tabs = tabs!.style.height;
235tabs!.style.height = window.innerHeight - search!.offsetHeight - timerShaft!.offsetHeight - border…
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheet.ts185 let tabs: HTMLDivElement | undefined | null = this.shadowRoot?.querySelector('#tabs');
197 let initialHeight = { tabs: `calc(30vh + 39px)`, node: '30vh' };
203 let preHeight = tabs!.offsetHeight;
208 tabs!.style.height = moveY + 'px';
216 tabs!.style.height = moveY + 'px';
220 tabs!.style.height = navRoot!.offsetHeight + 'px';
227 tabs!.style.height =
251 if (node!.style.height !== '0px' && tabs!.style.height != '') {
253 initialHeight.tabs = tabs!.style.height;
266tabs!.style.height = window.innerHeight - search!.offsetHeight - timerShaft!.offsetHeight - border…
[all …]
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/privateAttr/
DprivateAttr.hml15 <tabs index="{{index}}" vertical="{{vertical}}">
18 </tabs>