Home
last modified time | relevance | path

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

123456789

/test/xts/acts/arkui/ace_ets_webView/entry/src/main/ets/MainAbility/test/
DWebViewStyleJsunit.test.ets69 let style = JSON.parse(obj.$attrs)
70 console.log("testWebViewWidthPer style" + JSON.stringify(style))
74 expect(style.width).assertEqual('30%');
75 console.info("testWebViewWidthPer width is: " + JSON.stringify(style.width));
90 let style = JSON.parse(obj.$attrs)
91 console.log("testWebViewWidthPx style" + JSON.stringify(style))
95 expect(style.width).assertEqual("100");
96 console.info("testWebViewWidthPx width is: " + JSON.stringify(style.width));
111 let style = JSON.parse(obj.$attrs)
112 console.log("testWebViewHeightPer style" + JSON.stringify(style))
[all …]
DWebViewPropJsunit.test.ets69 let style = JSON.parse(obj.$attrs)
70 console.log("testWebViewDomStorageAccessTrue style" + JSON.stringify(style))
74 expect(style.domStorageAccess).assertEqual('true');
75 …console.info("testWebViewDomStorageAccessTrue domStorageAccess is: " + JSON.stringify(style.domSto…
90 let style = JSON.parse(obj.$attrs)
91 console.log("testWebViewDomStorageAccessFalse style" + JSON.stringify(style))
95 expect(style.domStorageAccess).assertEqual('false');
96 …console.info("testWebViewDomStorageAccessFalse domStorageAccess is: " + JSON.stringify(style.domSt…
111 let style = JSON.parse(obj.$attrs)
112 console.log("testWebViewFileAccessTrue style" + JSON.stringify(style))
[all …]
/test/xts/acts/arkui/ace_ets_standard/entry/src/main/ets/test/
DBadgeJsunit.test.ets67 let style = JSON.parse(obj.$attrs.style)
78 console.log("yr badge0 style.color" + style.color);
79 console.log("yr badge0 style.fontSize" + style.fontSize);
80 console.log("yr badge0 style.badgeSize" + style.badgeSize);
81 expect(style.color).assertEqual('#FFFFFFFF');
82 expect(style.fontSize).assertEqual('16.00fp');
83 expect(style.badgeSize).assertEqual('20.00fp');
84 console.log("badge0 style : " + JSON.stringify(obj.$attrs.style))
98 let style = JSON.parse(obj.$attrs.style)
102 console.log("yr badge0 style.fontSize" + style.fontSize);
[all …]
/test/xts/acts/arkui/ace_ets_component_three/entry/src/main/ets/test/
DBadgeJsunit.test.ets56 let style = JSON.parse(obj.$attrs.style);
58 expect(style.fontSize).assertEqual('20.00fp');
84 let style = JSON.parse(objNew.$attrs.style);
85 expect(style.fontSize).assertEqual('30.00fp');
111 let style = JSON.parse(objNew.$attrs.style);
112 expect(style.fontSize).assertEqual('-1.00fp');
138 let style = JSON.parse(objNew.$attrs.style);
139 expect(style.fontSize).assertEqual('121212121.00fp');
165 let style = JSON.parse(objNew.$attrs.style);
166 console.info("[testBadge05] component style is: " + JSON.stringify(style));
[all …]
/test/xts/acts/arkui/ace_ets_third_test/entry/src/main/ets/MainAbility/pages/
DTextInput.ets37 … .placeholderFont({ size: 30, weight: 400, family: 'Microsoft YaHei', style: FontStyle.Normal })
64 … .placeholderFont({ size: 30, weight: 400, family: 'Microsoft YaHei', style: FontStyle.Normal })
73 … .placeholderFont({ size: 30, weight: 400, family: 'Microsoft YaHei', style: FontStyle.Normal })
80 … .placeholderFont({ size: 30, weight: 400, family: 'Microsoft YaHei', style: FontStyle.Normal })
89 … .placeholderFont({ size: 30, weight: 400, family: 'Microsoft YaHei', style: FontStyle.Normal })
96 … .placeholderFont({ size: 30, weight: 400, family: 'Microsoft YaHei', style: FontStyle.Normal })
105 … .placeholderFont({ size: 30, weight: 400, family: 'Microsoft YaHei', style: FontStyle.Normal })
112 … .placeholderFont({ size: 30, weight: 400, family: 'Microsoft YaHei', style: FontStyle.Normal })
121 … .placeholderFont({ size: 30, weight: 400, family: 'Microsoft YaHei', style: FontStyle.Normal })
128 … .placeholderFont({ size: 30, weight: 400, family: 'Microsoft YaHei', style: FontStyle.Normal })
[all …]
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/test/
Dprogress.test.ets108 console.info("[testprogressStyle0004] component style strokeWidth strJson:" + strJson);
111 expect(obj.$attrs.style.strokeWidth).assertEqual("20.00vp");
112 … console.info("[testprogressStyle0004] style strokeWidth value :" + obj.$attrs.style.strokeWidth);
125 console.info("[testprogressStyle0005] component style scaleCount strJson:" + strJson);
128 expect(obj.$attrs.style.scaleCount).assertEqual("30");
129 … console.info("[testprogressStyle0005] style scaleCount value :" + obj.$attrs.style.scaleCount);
142 console.info("[testprogressStyle0006] component style scaleWidth strJson:" + strJson);
145 expect(obj.$attrs.style.scaleWidth).assertEqual("20.00vp");
146 … console.info("[testprogressStyle0006] style scaleWidth value :" + obj.$attrs.style.scaleWidth);
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/toggle/router/
Dindex.css36 font-style:normal;
59 font-style:italic;
71 font-style:normal;
83 font-style:italic;
100 font-style:normal;
111 font-style:italic;
123 font-style:normal;
/test/xts/acts/telephony/telephonyjstest/netmanager_http/entry/src/main/ets/MainAbility/pages/
DProgress.ets33 Progress({ value: 20, total: 40, style: ProgressStyle.Linear })
40 Progress({ value: 20, total: 40, style: ProgressStyle.Eclipse })
47 Progress({ value: 20, total: 40, style: ProgressStyle.Ring })
54 Progress({ value: 20, total: 40, style: ProgressStyle.ScaleRing })
61 Progress({ value: 20, total: 40, style: ProgressStyle.Capsule })
DBadge.ets43 style: { color: 0xFFFFFF, fontSize: 16, badgeSize: 20, badgeColor: Color.Red }
60 style: { color: 0xFFFFFF, fontSize: '16', badgeSize: '20', badgeColor: Color.Red }
77 style: { color: Color.Pink, fontSize: 16, badgeSize: 20, badgeColor: Color.Red }
/test/xts/acts/telephony/telephonyjstest/netmanager_socket/entry/src/main/ets/MainAbility/pages/
DProgress.ets33 Progress({ value: 20, total: 40, style: ProgressStyle.Linear })
40 Progress({ value: 20, total: 40, style: ProgressStyle.Eclipse })
47 Progress({ value: 20, total: 40, style: ProgressStyle.Ring })
54 Progress({ value: 20, total: 40, style: ProgressStyle.ScaleRing })
61 Progress({ value: 20, total: 40, style: ProgressStyle.Capsule })
/test/xts/acts/arkui/ace_ets_standard/entry/src/main/ets/MainAbility/pages/
DProgress.ets33 Progress({ value: 20, total: 40, style: ProgressStyle.Linear })
40 Progress({ value: 20, total: 40, style: ProgressStyle.Eclipse })
47 Progress({ value: 20, total: 40, style: ProgressStyle.Ring })
54 Progress({ value: 20, total: 40, style: ProgressStyle.ScaleRing })
61 Progress({ value: 20, total: 40, style: ProgressStyle.Capsule })
/test/xts/acts/telephony/telephonyjstest/observer/entry/src/main/ets/MainAbility/pages/
DProgress.ets33 Progress({ value: 20, total: 40, style: ProgressStyle.Linear })
40 Progress({ value: 20, total: 40, style: ProgressStyle.Eclipse })
47 Progress({ value: 20, total: 40, style: ProgressStyle.Ring })
54 Progress({ value: 20, total: 40, style: ProgressStyle.ScaleRing })
61 Progress({ value: 20, total: 40, style: ProgressStyle.Capsule })
/test/xts/acts/telephony/telephonyjstest/radiostatistic/entry/src/main/ets/MainAbility/pages/
DProgress.ets33 Progress({ value: 20, total: 40, style: ProgressStyle.Linear })
40 Progress({ value: 20, total: 40, style: ProgressStyle.Eclipse })
47 Progress({ value: 20, total: 40, style: ProgressStyle.Ring })
54 Progress({ value: 20, total: 40, style: ProgressStyle.ScaleRing })
61 Progress({ value: 20, total: 40, style: ProgressStyle.Capsule })
/test/xts/acts/graphic/webGL/src/main/js/default/pages/index/
Dindex.hml5 …<canvas ref="canvas1" id="canvas1" style="width: 400px;height:200px;background-color:brown;"></can…
6 …<canvas ref="canvas2" id="canvas2" style="width: 400px;height:200px;background-color:royalblue;"><…
/test/xts/acts/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/
Dprogress.ets24 @State style: ProgressStyle = ProgressStyle.Linear
90 … Progress({ value: 20, style: ProgressStyle.Linear }).width(200).value(this.value).key('LPValue')
91 Progress({ value: 20, total: 150, style: ProgressStyle.Linear }).color(Color.Red).width(200)
95 … Progress({ value: 25, style: ProgressStyle.Eclipse }).width(100).value(this.value).key('EPValue')
96 … Progress({ value: 20, total: 150, style: ProgressStyle.Eclipse }).color(Color.Grey).width(110)
101 … Progress({ value: 27, style: ProgressStyle.Capsule }).width(100).value(this.value).key('CPValue')
102 …Progress({ value: 20, total: 150, style: ProgressStyle.Capsule }).color(Color.Grey).value(50).widt…
/test/xts/acts/arkui/ace_ets_component_attrlack/entry/src/main/ets/test/
Dprogress.test.ets60 expect(obj.$attrs.style.scaleCount).assertEqual("15");
61 …console.info("[testprogressScaleCount0001] style.scaleCount value :" + obj.$attrs.style.scaleCount…
77 expect(obj.$attrs.style.scaleWidth).assertEqual('5.00vp');
78 …console.info("[testprogressScaleCount0002] style.scaleWidth value :" + obj.$attrs.style.scaleWidth…
/test/xts/acts/arkui/ace_ets_component_attrlack/entry/src/main/ets/MainAbility/pages/
Dtext_input.ets41 .placeholderFont({ size: 30, weight: 100, family: 'cursive', style: FontStyle.Italic })
59 .placeholderFont({ size: 30, weight: 100, family: 'cursive', style: FontStyle.Italic })
67 .style(TextInputStyle.Default)
74 .placeholderFont({ size: 30, weight: 100, family: 'cursive', style: FontStyle.Italic })
82 .style(TextInputStyle.Inline)
/test/xts/acts/arkui/ace_ets_test/entry/src/main/ets/MainAbility/pages/components/
DSelect.ets37 .font({size: 30, weight:400, family: 'serif', style: FontStyle.Normal })
38 .selectedOptionFont({size: 40, weight: 500, family: 'serif', style: FontStyle.Normal })
39 .optionFont({size: 30, weight: 400, family: 'serif', style: FontStyle.Normal })
/test/xts/acts/global/i18n_standard/intljs/src/main/js/test/
DIntl.test.js1035 let numfmt = new Intl.NumberFormat('en-GB', { style: 'decimal', notation: 'scientific' }); property
1038 expect(numfmt.resolvedOptions().style).assertEqual('decimal');
1048 let numfmt = new Intl.NumberFormat('en-GB', { style: 'currency', currency: 'EUR', property
1053 expect(numfmt.resolvedOptions().style).assertEqual('currency');
1066 let numfmt = new Intl.NumberFormat('en-US', { style: 'currency', currency: 'USD', property
1079 let numfmt = new Intl.NumberFormat('zh-CN', { style: 'currency', currency: 'CNY', property
1091 let numfmt = new Intl.NumberFormat('ja-JP', { style: 'currency', currency: 'JPY', property
1103 let numfmt = new Intl.NumberFormat('en-GB', { style: 'currency', currency: 'EUR', property
1109 expect(numfmt.resolvedOptions().style).assertEqual('currency');
1124 let numfmt = new Intl.NumberFormat('zh-CN', { style: 'unit', unit: 'meter', property
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/list/style/
Dindex.css40 .style-container{
56 border-left-style: solid;
57 border-right-style: dashed;
58 border-top-style: dotted;
59 border-bottom-style: solid;
83 border-style: dotted;
366 border-left-style: solid;
367 border-right-style: dashed;
368 border-top-style: dotted;
369 border-bottom-style: solid;
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/span/router/
Dindex.css29 .style-container{
108 border-left-style: solid;
109 border-right-style: dashed;
110 border-top-style: dashed;
111 border-bottom-style: dotted;
141 border-style: dotted;
204 font-style:normal;
214 font-style:normal;
223 font-style:italic;
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/span/style/
Dindex.css40 .style-container{
84 font-style: normal;
87 font-style: italic;
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/stepperItem/style/
Dstyle.css40 .style-container{
54 border-left-style: solid;
55 border-right-style: dashed;
56 border-top-style: dotted;
57 border-bottom-style: solid;
79 border-style: dotted;
406 font-style: italic;
413 .style-box{
461 font-style: normal;
464 font-style: italic;
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/search/router/
Dindex.css40 border-left-style: solid;
41 border-right-style: dashed;
42 border-top-style: dashed;
43 border-bottom-style: dotted;
73 border-style: dotted;
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/
Dselect.ets43 .font({size: 30, weight:400, family: 'serif', style: FontStyle.Normal })
44 .selectedOptionFont({size: 40, weight: 500, family: 'serif', style: FontStyle.Normal })
45 .optionFont({size: 30, weight: 400, family: 'serif', style: FontStyle.Normal })

123456789