Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 208) sorted by relevance

123456789

/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/inlineStyle/
DinlineStyle.hml3 <div style="width: 100%;">style_test1</div>
6 <div style="height: {{height}}">style_test2</div>
9 <div style="color: #008000;">style_test3</div>
12 <div style="color: red;">style_test4</div>
15 <div style="color: rgba(200, 180, 120, 1.0);">style_test5</div>
18 <div style="animation-duration: 400ms;">style_test6</div>
21 <div style="animation-iteration-count: 4;">style_test7</div>
24 <div style="animation-timing-function: linear;">style_test8</div>
27 <div style="animation-fill-mode: forwards;">style_test9</div>
30 <div style="grid-template-columns: 50px 100px 60px;">style_test10</div>
[all …]
/developtools/smartperf_host/ide/src/base-ui/button/
DLitButton.ts55 this.button!.style.backgroundColor = backColor;
67 this.litIcon!.style.display = 'block';
122 this.style.display = 'none';
125 this.style.display = 'block';
194 this.litIcon!.style.display = 'none';
204 this.button!.style.backgroundColor = value;
209 this.litIcon!.style.display = 'block';
213 this.button!.style.height = value;
216 this.button!.style.color = value;
219 this.button!.style.fontSize = value;
[all …]
/developtools/ace_js2bundle/ace-loader/test/card/testcase/pages/inlineStyle/
DinlineStyle.hml3 <div style="width: 100%;">style_test1</div>
6 <div style="height: {{height}}">style_test2</div>
9 <div style="color: #008000;">style_test3</div>
12 <div style="color: #FF0000;">style_test4</div>
15 <div style="color: rgba(200, 180, 120, 1.0);">style_test5</div>
18 <div style="grid-template-columns: 50px 100px 60px;">style_test10</div>
21 <div style="grid-row-start: 2;">style_test11</div>
24 <div style="border: 5px solid #FF0000;">style_test12</div>
27 <div style="text-indent: 50px;">style_test13</div>
30 <div style="background-image: url(/common/img/xmad.jpg);">style_test14</div>
[all …]
/developtools/smartperf_host/ide/src/base-ui/slicer/
Dlit-slicer.ts37 <div id="root" style="${this.style}">
45 this.shadowRoot!.querySelector('div')!.style.flexDirection = 'row';
47 this.shadowRoot!.querySelector('div')!.style.flexDirection = 'column';
59 set style(v: any) {} method in LitSlicer
130 previousElementSibling!.style.width = preWidth + 'px';
131 document.body.style.userSelect = 'none';
132 document.body.style.webkitUserSelect = 'none';
134 document.body.style.msUserSelect = 'none';
141 previousElementSibling!.style.width = preWidth + e1.pageX - preX + 'px';
147 document.body.style.userSelect = 'auto';
[all …]
/developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/inlineStyle/
DinlineStyle.hml3 <div style="width: 10px;"></div>
6 <div style="height:{{num}}"></div>
9 <text style="color: #c71585;"></text>
12 <div style="color: lightcyan;"></div>
15 <div style="animation-delay: 900ms;"></div>
18 <div style="animation-duration: 200ms;"></div>
21 <div style="animation-iteration-count: infinite;"></div>
24 <div style="animation-iteration-count: 1000;"></div>
27 <div style="background-image: url(/common/img/xmad.jpg);"></div>
30 <div style="background-image: url('/common/img/map.jpg');"></div>
/developtools/smartperf_host/ide/src/base-ui/modal/
DLitModal.ts296 document.body.style.userSelect = '';
347 if (this.down) document.body.style.userSelect = 'none';
351 this.headerElement!.style.cursor = '';
371 this.headerElement!.style.cursor = 'move';
378 this.modalElement!.style.top = ev.clientY - srcClientY + srcTop + 'px';
381 this.modalElement!.style.top = '0px';
384 this.modalElement!.style.top = this.scrollHeight - clientRect.height + 'px';
392 … this.modalElement!.style.left = ev.clientX - srcClientX + srcLeft + clientRect.width / 2 + 'px';
395 this.modalElement!.style.left = clientRect.width / 2 + 'px';
397 … this.modalElement!.style.left = rootRect.width - clientRect.width + clientRect.width / 2 + 'px';
[all …]
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpRecordSetting.ts96 if (bufferInput.style.color !== 'var(--dark-color1,#000000)' && this.lastMemoryValue) {
110 bufferInput.style.color = 'var(--dark-color1,#000000)';
115 if (durationInput.style.color !== 'var(--dark-color1,#000000)' && this.lastDurationValue) {
116 durationInput.style.color = 'var(--dark-color1,#000000)';
148 button.style.backgroundColor = '#EFEFEF';
151 button.style.backgroundColor = '#E4E3E9';
217 this.maxSizeInput.style.color = 'var(--dark-color1,#000000)';
289 durationInput.style.color = 'var(--dark-color1,#000000)';
295 durationInput.style.color = 'var(--dark-color1,#000000)';
296 durationInput.parentElement!.style.backgroundColor = 'var(--dark-background5,#F2F2F2)';
[all …]
DSpArkTs.ts183 item.style.background = 'var(--dark-background5,#FFFFFF)';
188 item.style.color = '#b7b7b7';
189 item.style.background = 'var(--dark-background1,#f5f5f5)';
200 item.style.color = '#b7b7b7';
201 item.style.background = 'var(--dark-background1,#f5f5f5)';
217 item.style.background = 'var(--dark-background5,#FFFFFF)';
244 item.style.color = '#b7b7b7';
245 item.style.background = 'var(--dark-background1,#f5f5f5)';
264 item.style.background = 'var(--dark-background5,#FFFFFF)';
272 traceMode!.style.display = 'block';
[all …]
/developtools/smartperf_host/ide/src/base-ui/select/
DLitSelect.ts196 this.selectInputEl.style.width = 'auto';
223 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';
283 this.selectInputEl.style.width = 'auto';
289 this.selectClearEl.style.display = 'none';
[all …]
DLitAllocationSelect.ts148 option.style.padding = '8px 10px';
188 if (this.selectAllocationOptions.style.visibility == 'visible') {
189 this.selectAllocationOptions.style.visibility = 'hidden';
190 this.selectAllocationOptions.style.opacity = '0';
197 this.selectAllocationOptions.style.visibility = 'hidden';
198 this.selectAllocationOptions.style.opacity = '0';
206 this.selectAllocationOptions.style.visibility = 'visible';
207 this.selectAllocationOptions.style.opacity = '1';
243 a.style.display = 'none';
245 a.style.display = 'block';
/developtools/smartperf_host/ide/src/base-ui/menu/
DLitMainMenu.ts110 this.style.backgroundColor = '#262f3c';
112 this.style.backgroundColor = '#fff';
166 groupName.style.color = 'white';
167 groupDescribe.style.color = 'white';
168 th!.style.color = 'white';
170 groupName.style.color = 'black';
171 groupDescribe.style.color = 'black';
172 th!.style.color = 'black';
201 groupName.style.color = 'white';
202 groupDescribe.style.color = 'white';
[all …]
/developtools/smartperf_host/ide/src/base-ui/tree/
DLitTreeNode.ts239 this.arrowElement!.style.transform = 'translateX(-50%) rotateZ(0deg)';
248 this.arrowElement!.style.transform = 'translateX(-50%) rotateZ(-90deg)';
255 this.arrowElement!.style.transform = 'translateX(-50%) rotateZ(-90deg)';
258 this.arrowElement!.style.transform = 'translateX(-50%) rotateZ(0deg)';
268 let elementTransition = element.style.transition;
269 element.style.transition = '';
271 element.style.height = sectionHeight + 'px';
272 element.style.transition = elementTransition;
274 element.style.height = 0 + 'px';
286 element.style.height = sectionHeight + 'px';
[all …]
/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-transform-style.js38 const style = Function(`return ${value}`)();
45 const keys = Object.keys(style);
48 classSelectors[key.slice(1)] = styleFormat(style[key]);
50 idSelectors[key.slice(1)] = styleFormat(style[key]);
52 styleSheet['@keyframes'] = keyFrameFormat(style[key]);
54 styleSheet['@media'] = mediaQueryFormat(style[key]);
59 if (style != null && keys.length !== 0) {
105 let style = transformStyle(JSON.stringify(selectors));
106 if (style) {
107 style = JSON.parse(style);
[all …]
/developtools/smartperf_host/ide/src/base-ui/table/
DLitPageTable.ts258 rowElement.style.gridTemplateColumns = '60px ' + this.gridTemplateColumns.join(' ');
259 rowElement.style.gridTemplateRows = `repeat(${pageArea.length},1fr)`;
260 rowElement.style.gridTemplateAreas = s;
263 rowElement.style.gridTemplateColumns = this.gridTemplateColumns.join(' ');
264 rowElement.style.gridTemplateRows = `repeat(${pageArea.length},1fr)`;
265 rowElement.style.gridTemplateAreas = s;
269 this.treeElement!.style.top = this.theadElement?.clientHeight + 'px';
292 head.style.justifyContent = a.getAttribute('align');
293 head.style.borderBottom = '1px solid #f0f0f0';
294 head.style.gridArea = key;
[all …]
Dlit-table.ts327 rowElement.style.gridTemplateColumns = '60px ' + this.gridTemplateColumns.join(' ');
328 rowElement.style.gridTemplateRows = `repeat(${area.length},1fr)`;
329 rowElement.style.gridTemplateAreas = s;
332 rowElement.style.gridTemplateColumns = this.gridTemplateColumns.join(' ');
333 rowElement.style.gridTemplateRows = `repeat(${area.length},1fr)`;
334 rowElement.style.gridTemplateAreas = s;
338 this.treeElement!.style.top = this.theadElement?.clientHeight + 'px';
361 h.style.justifyContent = a.getAttribute('align');
362 h.style.borderBottom = '1px solid #f0f0f0';
363 h.style.gridArea = key;
[all …]
DLitTableHtml.ts546 upSvg.style.display = 'none';
547 downSvg.style.display = 'none';
646 box.style.display = 'flex';
647 box.style.justifyContent = 'center';
648 box.style.alignItems = 'center';
649 box.style.gridArea = '_checkbox_';
651 box.style.backgroundColor = '#ffffff66';
668 td.style.position = 'sticky';
670 td.style.left = '0px';
671 td.style.boxShadow = '3px 0px 5px #33333333';
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DTabProgressBar.ts26 …first!.style.width = Number((Math.abs(parseInt(data[0])) / parseInt(data[2])) * 100).toFixed(2) + …
27 first!.style.background = '#FC74FF';
29 first!.style.width = Number((parseInt(data[0]) / parseInt(data[2])) * 100).toFixed(2) + '%';
32 …second!.style.width = Number((Math.abs(parseInt(data[1])) / parseInt(data[2])) * 100).toFixed(2) +…
33 first!.style.background = '#CC34CF';
35 … second!.style.width = Number((parseInt(data[1]) / parseInt(data[2])) * 100).toFixed(2) + '%';
/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts97 this.icon1!.style.transform = 'rotateZ(0deg)';
100 this.icon1!.style.transform = 'rotateZ(-90deg)';
108 this.icon2!.style.transform = 'rotateZ(0deg)';
113 this.icon2!.style.transform = 'rotateZ(-90deg)';
146 this.style.height = `${Math.min(this.maxHeight, this.manualHeight)}px`;
148 this.style.height = `${this.maxHeight}px`;
169 this.icon1!.style.transform = 'rotateZ(0deg)';
175 this.icon2!.style.transform = 'rotateZ(0deg)';
223 this.icon1!.style.transform = 'rotateZ(0deg)';
224 this.icon2!.style.transform = 'rotateZ(0deg)';
[all …]
/developtools/smartperf_host/ide/src/trace/component/
DSpKeyboard.ts23 parentElement.style.overflow = 'hidden';
33 keyboardDiv.style.visibility = 'hidden';
34 welcomeDiv.style.visibility = 'visible';
37 keyboardDiv.style.visibility = 'hidden';
38 welcomeDiv.style.visibility = 'visible';
DSpInfoAndStas.ts56 this.metaTableEl!.style.height = '100%';
88 styleTable.children[index].style.backgroundColor = 'var(--dark-background5,#F6F6F6)';
90 this.metaTableEl!.style.height = 'auto';
91 this.metaTableEl!.style.minHeight = '80%';
92 this.metaTableEl!.style.borderRadius = '16';
93 this.infoTableEl!.style.height = 'auto';
94 this.infoTableEl!.style.minHeight = '80%';
95 this.infoTableEl!.style.borderRadius = '16';
DSpQuerySQL.ts57 htmlDivElement.style.overflowX = 'scroll';
67 this.pagination!.style.display = 'none';
104 td[index].style.width = `${bodyList[index].offsetWidth}px`;
105 td[index].style.overflow = 'hidden';
115 tableHeadStyle.children[index].style.gridArea = null;
118 this.queryTableEl!.style.height = '100%';
154 this.pagination!.style.display = 'none';
181 this.queryTableEl!.style.height = '100%';
199 that.pagination!.style.display = 'block';
200 that.pagination!.style.opacity = '1';
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/search/
DSearch.ts105 searchHide!.style.display = 'flex';
106 searchHide!.style.backgroundColor = 'var(--dark-background5,#e3e3e3)';
113 searchHide!.style.display = 'flex';
114 searchHide!.style.backgroundColor = 'var(--dark-background5,#fff)';
120 searchHide!.style.display = 'flex';
121 searchHide!.style.backgroundColor = 'var(--dark-background5,#e3e3e3)';
127 searchHide!.style.display = 'flex';
128 searchHide!.style.backgroundColor = 'var(--dark-background5,#e3e3e3)';
137 searchHide!.style.display = 'none';
301 _prompt!.style.display = 'block';
[all …]
/developtools/smartperf_host/ide/src/base-ui/chart/pagenation/
DPageNation.ts81 ele.style[key] = styles[key];
109 span.style.width = '1px';
110 span.style.height = '24px';
111 span.style.alignSelf = 'center';
112 span.style.backgroundColor = '#999999';
126 …this.btn.style.background = `url('img/arrowright.png') no-repeat 98% center var(--dark-background3…
127 this.btn.style.backgroundPosition = 'center';
150 this.prev.style.padding = '5px 10px';
162 this.next.style.padding = '5px 10px';
163 this.next.style.margin = '0px 5px';
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneSummary.ts120 this.tblSummary!.style.height = '100%';
126 this.stack!.style.display = 'flex';
127 this.retainers!.style.pointerEvents = 'auto';
129 this.stack!.style.display = 'none';
131 this.retainers!.style.pointerEvents = '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';
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/energy/
DTabPaneSystemDetails.ts39 this.slicerTrack!.style.visibility = 'hidden';
63 this.slicerTrack!.style.visibility = 'hidden';
65 this.boxDetails!.style.width = '100%';
67 this.slicerTrack!.style.visibility = 'visible';
102 this.boxDetails!.style.width = '65%';
109 tr.style.gridTemplateColumns = '120px 1fr';
113 td.style.fontSize = '14px';
114 td.style.fontWeight = '400';
116 td.style.opacity = '0.9';
117 td.style.lineHeight = '16px';
[all …]

123456789