Home
last modified time | relevance | path

Searched refs:display (Results 1 – 25 of 113) sorted by relevance

12345

/developtools/smartperf_host/ide/src/base-ui/select/
DLitSelect.ts223 this.selectSearchEl.style.display = 'none';
224 this.selectIconEl.style.display = 'flex';
232 this.selectSearchEl.style.display = 'none';
233 this.selectIconEl.style.display = 'flex';
246 els.forEach((a: any) => (a.style.display = 'flex'));
263 a.style.display = 'flex';
265 a.style.display = 'none';
289 this.selectClearEl.style.display = 'none';
290 this.selectIconEl.style.display = 'flex';
301 this.bodyEl!.style.display = 'block';
[all …]
DLitSelectV.ts113 this.selectVBody!.style.display = 'block';
132 this.selectVBody!.style.display = 'none';
191 a.style.display = 'none';
193 a.style.display = 'flex';
DLitAllocationSelect.ts243 a.style.display = 'none';
245 a.style.display = 'block';
/developtools/smartperf_host/ide/src/trace/component/trace/search/
DSearch.ts105 searchHide!.style.display = 'flex';
113 searchHide!.style.display = 'flex';
120 searchHide!.style.display = 'flex';
127 searchHide!.style.display = 'flex';
137 searchHide!.style.display = 'none';
301 _prompt!.style.display = 'block';
302 _root!.style.display = 'none';
305 _prompt!.style.display = 'none';
306 _root!.style.display = 'flex';
352 this.searchHistoryListEL!.style.display = 'block';
[all …]
/developtools/smartperf_host/ide/src/base-ui/button/
DLitButton.ts67 this.litIcon!.style.display = 'block';
122 this.style.display = 'none';
125 this.style.display = 'block';
194 this.litIcon!.style.display = 'none';
209 this.litIcon!.style.display = 'block';
/developtools/smartperf_host/ide/src/base-ui/headline/
Dlit-headline.ts33 this.headline!.style.display = 'block';
35 this.headline!.style.display = 'none';
54 this.headline!.style.display = 'none';
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneSummary.ts126 this.stack!.style.display = 'flex';
129 this.stack!.style.display = 'none';
333 that.stackTable!.style.display = 'none';
334 that.stackText!.style.display = 'none';
335 that.tbs!.style.display = 'flex';
340 that.stackText!.style.display = 'none';
341 that.stackTable!.style.display = 'flex';
344 that.stackText!.style.display = 'flex';
353 that.tbs!.style.display = 'none';
386 this.stackTable!.style.display = 'none';
[all …]
/developtools/packing_tool/adapter/ohos/
Dscan_template.css71 display: none;
74 display: none;
77 display: none;
/developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/
DTabCpuDetailsFrequency.ts139 this.shadowRoot!.querySelector<HTMLDivElement>('.d-box')!.style.display = 'none';
151 …this.shadowRoot!.querySelector<HTMLDivElement>('.fre-chart-box')!.style.display = value ? 'none' :…
159 this.shadowRoot!.querySelector<HTMLDivElement>('.d-box')!.style.display = 'flex';
166 this.shadowRoot!.querySelector<HTMLDivElement>('.d-box')!.style.display = 'flex';
168 this.shadowRoot!.querySelector<HTMLDivElement>('.d-box')!.style.display = 'none';
DTop20ThreadCpuUsage.ts109 this.cpuSetting!.style.display = 'none';
110 (this.shadowRoot!.querySelector('#total')! as any).style.display = 'grid';
111 (this.shadowRoot!.querySelector('#small')! as any).style.display =
113 (this.shadowRoot!.querySelector('#mid')! as any).style.display =
115 (this.shadowRoot!.querySelector('#big')! as any).style.display =
121 (node as any).style.display = 'none';
123 this.cpuSetting!.style.display = 'inline';
233 (node as any).style.display = 'none';
235 this.cpuSetting!.style.display = 'inline';
DTabCpuDetailsThreads.ts45 this.parentNode!.querySelector<HTMLDivElement>('.d-box')!.style.display = 'flex';
97 this.style.display = 'flex';
100 this.style.display = 'none';
151 …this.shadowRoot!.querySelector<HTMLDivElement>('.cpu-thread-chart-box')!.style.display = value ? '…
DTabThreadAnalysis.ts97 this.currentTab.style.display = 'none';
131 this.currentTab.style.display = 'none';
134 showContent.style.display = 'inline';
/developtools/profiler/protos/types/plugins/xpower_data/
Dxpower_plugin_result.proto46 AppStatisticCommon display = 5; //指定应用的display统计信息 field
62 AppDetailDisplay display = 4; //指定应用的display调优信息 field
105 ComponentTopDisplay display = 5; //整机display的top应用信息 field
/developtools/smartperf_host/ide/src/base-ui/tabs/
Dlit-tabs.ts176 a.style.display = 'block';
178 a.style.display = 'none';
184 a.style.display = 'block';
187 a.style.display = 'none';
282 a.style.display = 'block';
286 a.style.display = 'none';
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/MainAbility/
DMainAbility.ts21 import display from '@ohos.display' // 导入模块
51 display.getDefaultDisplay().then((disp) => {
/developtools/smartperf_host/ide/src/base-ui/tree/
DLitTreeNode.ts308 this.iconElement!.style.display = 'flex';
310 this.iconElement!.style.display = 'none';
316 this.checkboxElement!.style.display = 'inline-block';
318 this.checkboxElement!.style.display = 'none';
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRowConfig.ts75 this.exportFileIcon!.style.display = 'none';
76 this.openFileIcon!.style.display = 'none';
161 htmlDivElement.style.display = 'grid';
428 this.openFileIcon!.style.display = 'none';
429 this.exportFileIcon!.style.display = 'none';
433 this.openFileIcon!.style.display = 'block';
434 this.exportFileIcon!.style.display = 'block';
465 subSystemOption.style.display = 'none';
467 subSystemOption.style.display = 'grid';
477 elementOption.style.display = 'none';
[all …]
DTraceRow.ts292 this.style.display = 'none';
295 this.style.display = 'block';
431 this.folderIcon.style.display = 'flex';
645 this.checkBoxEL!.style.display = 'none';
650 this.checkBoxEL!.style.display = 'none';
654 this.checkBoxEL!.style.display = 'flex';
660 this.checkBoxEL!.style.display = 'flex';
667 this.checkBoxEL!.style.display = 'flex';
1064 this.tipEL.style.display = 'none';
1071 this.tipEL.style.display = 'none';
[all …]
/developtools/smartperf_host/ide/src/trace/component/
DSpHelp.ts50 color.style.display = 'none';
51 header.style.display = 'none';
52 version.style.display = 'none';
66 i.style.display = 'none';
71 value.style.display = 'none';
DSpQuerySQL.ts67 this.pagination!.style.display = 'none';
154 this.pagination!.style.display = 'none';
199 that.pagination!.style.display = 'block';
290 this.pagination!.style.display = 'none';
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerEnergyPower.ts138 … list[list.length - 1].display = item.display === 0 ? list[list.length - 1].display : item.display;
165 (item.display || 0) +
197 display: number = 0;
213 … let displayHeight = this.drawHistogram(req, data, dHight, data.display!, 'DISPLAY', row.frame);
303 (data.display || 0) +
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DSheetUtils.ts59 filterEl!.style.display = 'flex';
61 filterEl!.style.display = 'none';
188 svg.style.display = 'none';
/developtools/smartperf_host/ide/src/base-ui/table/
DLitTableHtml.ts546 upSvg.style.display = 'none';
547 downSvg.style.display = 'none';
646 box.style.display = 'flex';
/developtools/ace_js2bundle/ace-loader/test/card/testcase/pages/ifAttr/
DifAttr.hml3 <text elif="{{display}}"> Hello-Wearable </text>
/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts340 this.style.display = 'flex';
405 this.style.display = 'none';
417 this.groupTitle1!.style.display = 'none';
418 this.groupTitle2!.style.display = 'none';
434 this.groupTitle1!.style.display = this.collectRowList1.length === 0 ? 'none' : 'flex';
435 this.groupTitle2!.style.display = this.collectRowList2.length === 0 ? 'none' : 'flex';

12345