Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/sample/pages/testcases/
DsimpleText.ets24 currentView:string = "opacity";
28 if(this.currentView === "opacity") {
33 .width(100).height(100).opacity(0.5).backgroundColor("#c4b0dd")
37 .width(100).height(100).opacity(1).backgroundColor("#c4b0dd")
39 Text("Column Text2").height(100).backgroundColor("#c4deb0").opacity(0.5)
41 Image("pages/pictures/0.jpeg").width(600).height(300).opacity(0.5)
43 Button("Button2").height(100).backgroundColor("#c4deb0").opacity(0.5)
45 Divider().height(10).color("red").opacity(0.5)
/developtools/smartperf_host/ide/src/base-ui/
Dicon.svg5 <rect id="rectangle" stroke="currentColor" opacity="0.899323091" x="2" y="2" width="12"
7 <rect id="rectangle" fill="currentColor" opacity="0.802454776" x="4.00073886"
13 <rect id="rectangle" stroke="currentColor" opacity="0.899323091" x="2" y="2" width="12"
17 id="shapecombine" fill="currentColor" opacity="0.899323091"></path>
22 opacity="0.600880941">
37 fill-rule="evenodd" opacity="0.600880941">
44 <g id="export" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="1">
70 <g id="ic_down" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="1">
79 <g id="ic_up" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="1">
89 <rect id="rectangle" fill="#606060" fill-rule="nonzero" opacity="0" x="0" y="0"
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/energy/
DTabPanePowerBattery.ts85 setTableStyle(td: HTMLDivElement, opacity: string, lineHeight: string) {
88 td.style.opacity = opacity;
DTabPaneSystemDetails.ts116 td.style.opacity = '0.9';
119 td.style.opacity = '0.6';
183 td.style.opacity = '0.9';
DTabPanePowerDetails.ts220 td.style.opacity = '0.9';
297 td.style.opacity = '0.9';
/developtools/ace_js2bundle/ace-loader/test/card/testError/pages/transition/
Dtransition.css8 opacity: 0;
12 opacity: 1;
/developtools/smartperf_host/ide/src/base-ui/select/
DLitAllocationSelect.ts190 this.selectAllocationOptions.style.opacity = '0';
198 this.selectAllocationOptions.style.opacity = '0';
207 this.selectAllocationOptions.style.opacity = '1';
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Drich_component_map.js62 opacity: {}, property
455 opacity: {}, property
517 opacity: {}, property
547 opacity: {}, property
574 opacity: {}, property
603 opacity: {}, property
629 opacity: {}, property
658 opacity: {}, property
685 opacity: { property
/developtools/smartperf_host/ide/src/base-ui/button/
DLitButton.ts115 set opacity(value: string) { method in LitButton
237 this.button!.style.opacity = value;
/developtools/ace_js2bundle/ace-loader/sample/lite/pages/detail/
Ddetail.hml2 …eight: 444px;margin: 20px;border-width: 5px;border-color: #00ff00;border-radius: 10px;opacity: 0.5"
/developtools/smartperf_host/ide/src/trace/component/
DSpQuerySQL.ts200 that.pagination!.style.opacity = '1';
211 that.pagination!.style.opacity = '0';
220 this.pagination!.style.opacity = '0';
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/exteriorStyle/
DexteriorStyle.css200 from { opacity: 0; }
201 to { opacity: 1; }
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DFloatBall.ets160 .opacity(0.8)
208 .opacity(0.8)
221 .opacity(0.5)
DTitleWindowPage.ets121 Rect({ width: '100%', height: '100%' }).radius(20).opacity(0.4)
/developtools/smartperf_host/ide/src/trace/
DSpApplication.ts1696 nextButton.style.opacity = '1';
1698 previewButton.style.opacity = '1';
1701 previewButton.style.opacity = '0.7';
1704 nextButton.style.opacity = '0.7';
1767 nextButton.style.opacity = '1';
1768 previewButton!.style.opacity = '1';
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/main/
DHome.ets92 .opacity(this.atOpacity)