Searched refs:width (Results 1 – 25 of 1712) sorted by relevance
12345678910>>...69
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/option/prop/ |
D | index.css | 18 width:100%; 33 width: 100%; 42 width: 100%; 55 width: 100%; 59 width: 100%; 63 width: 100%; 67 width: 100%; 72 width: 100%; 77 width: 100%; 82 width: 100%; [all …]
|
/test/xts/acts/arkui/ace_ets_component_two/entry/src/main/ets/MainAbility/pages/ |
D | flexDirection.ets | 21 @State width: string = '20%' 28 Text('direction:Row').fontSize(9).fontColor(0xCCCCCC).width('90%') 30 Text('1').width(this.width).height(this.height).backgroundColor(this.backgroundColor) 31 Text('2').width(this.width).height(this.height).backgroundColor(this.backgroundColor) 32 Text('3').width(this.width).height(this.height).backgroundColor(this.backgroundColor) 33 Text('4').width(this.width).height(this.height).backgroundColor(this.backgroundColor) 35 }.height(70).width('90%').padding(10).backgroundColor(0xAFEEEE) 37 Text('direction:Column').fontSize(9).fontColor(0xCCCCCC).width('90%') 39 Text('1').width(this.width).height(this.height).backgroundColor(this.backgroundColor) 40 Text('2').width(this.width).height(this.height).backgroundColor(this.backgroundColor) [all …]
|
D | row.ets | 48 Text('space').fontSize(9).fontColor(0xCCCCCC).width('90%') 50 Row().width('30%').height(50).backgroundColor(0xAFEEEE) 51 Row().width('30%').height(50).backgroundColor(0x00FFFF) 52 }.width('90%').height(107).border({ width: 1 }).key('Row') 54 Text('alignItems(Top)').fontSize(9).fontColor(0xCCCCCC).width('90%') 56 Row().width('30%').height(50).backgroundColor(0xAFEEEE) 57 Row().width('30%').height(50).backgroundColor(0x00FFFF) 58 }.alignItems(VerticalAlign.Top).height('15%').border({ width: 1 }) 60 Text('alignItems(Center)').fontSize(9).fontColor(0xCCCCCC).width('90%') 62 Row().width('30%').height(50).backgroundColor(0xAFEEEE) [all …]
|
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/piece/router/ |
D | index.css | 18 width:100%; 27 width: 100%; 36 width: 100%; 45 width: 100%; 65 border-left-width: 1px; 66 border-right-width: 2px; 67 border-top-width: 2px; 68 border-bottom-width: 1px; 82 width: 100px; 86 min-width: 60px; [all …]
|
/test/xts/acts/arkui/ace_ets_standard/entry/src/main/ets/MainAbility/pages/ |
D | Flex.ets | 32 Text('direction:Column').fontSize(9).fontColor(0xCCCCCC).width('90%') 40 Text('1').width('100%').height(20).backgroundColor(0xF5DEB3) 41 Text('2').width('100%').height(20).backgroundColor(0xD2B48C) 42 Text('3').width('100%').height(20).backgroundColor(0xF5DEB3) 46 .width('90%') 50 Text('direction:Row').fontSize(9).fontColor(0xCCCCCC).width('90%') 58 Text('1').width('20%').height(20).backgroundColor(0xF5DEB3) 59 Text('2').width('20%').height(20).backgroundColor(0xD2B48C) 60 Text('3').width('20%').height(20).backgroundColor(0xF5DEB3) 64 .width('90%') [all …]
|
D | Column.ets | 32 Text('alignItems(Center)').fontSize(9).fontColor(0xCCCCCC).width('90%') 34 Column().width('50%').height(50).backgroundColor(0xAFEEEE) 35 Column().width('50%').height(50).backgroundColor(0x00FFFF) 36 }.alignItems(HorizontalAlign.Center).width('90%').border({ width: 1 }).key('column') 38 Text('alignItems(Start)').fontSize(9).fontColor(0xCCCCCC).width('90%') 40 Column().width('50%').height(50).backgroundColor(0xAFEEEE) 41 Column().width('50%').height(50).backgroundColor(0x00FFFF) 42 }.alignItems(HorizontalAlign.Start).width('90%').border({ width: 1 }).key('column1') 44 Text('alignItems(End)').fontSize(9).fontColor(0xCCCCCC).width('90%') 46 Column().width('50%').height(50).backgroundColor(0xAFEEEE) [all …]
|
D | ColumnSplit.ets | 37 Text('ColumnSplit').fontSize(9).fontColor(0xCCCCCC).width('90%') 39 … Text('1').width('100%').height(50).backgroundColor(0xF5DEB3).textAlign(TextAlign.Center) 40 … Text('2').width('100%').height(50).backgroundColor(0xD2B48C).textAlign(TextAlign.Center) 41 … Text('3').width('100%').height(50).backgroundColor(0xF5DEB3).textAlign(TextAlign.Center) 42 … Text('4').width('100%').height(50).backgroundColor(0xD2B48C).textAlign(TextAlign.Center) 43 … Text('5').width('100%').height(50).backgroundColor(0xF5DEB3).textAlign(TextAlign.Center) 46 .width('90%').height('60%') 48 }.width("100%") 51 Text('ColumnSplit1').fontSize(9).fontColor(0xCCCCCC).width('90%') 53 … Text('1').width('100%').height(50).backgroundColor(0xF5DEB3).textAlign(TextAlign.Center) [all …]
|
/test/xts/acts/telephony/telephonyjstest/observer/entry/src/main/ets/MainAbility/pages/ |
D | Flex.ets | 32 Text('direction:Column').fontSize(9).fontColor(0xCCCCCC).width('90%') 40 Text('1').width('100%').height(20).backgroundColor(0xF5DEB3) 41 Text('2').width('100%').height(20).backgroundColor(0xD2B48C) 42 Text('3').width('100%').height(20).backgroundColor(0xF5DEB3) 46 .width('90%') 50 Text('direction:Row').fontSize(9).fontColor(0xCCCCCC).width('90%') 58 Text('1').width('20%').height(20).backgroundColor(0xF5DEB3) 59 Text('2').width('20%').height(20).backgroundColor(0xD2B48C) 60 Text('3').width('20%').height(20).backgroundColor(0xF5DEB3) 64 .width('90%') [all …]
|
D | Column.ets | 32 Text('alignItems(Center)').fontSize(9).fontColor(0xCCCCCC).width('90%') 34 Column().width('50%').height(50).backgroundColor(0xAFEEEE) 35 Column().width('50%').height(50).backgroundColor(0x00FFFF) 36 }.alignItems(HorizontalAlign.Center).width('90%').border({ width: 1 }).key('column') 38 Text('alignItems(Start)').fontSize(9).fontColor(0xCCCCCC).width('90%') 40 Column().width('50%').height(50).backgroundColor(0xAFEEEE) 41 Column().width('50%').height(50).backgroundColor(0x00FFFF) 42 }.alignItems(HorizontalAlign.Start).width('90%').border({ width: 1 }).key('column1') 44 Text('alignItems(End)').fontSize(9).fontColor(0xCCCCCC).width('90%') 46 Column().width('50%').height(50).backgroundColor(0xAFEEEE) [all …]
|
/test/xts/acts/telephony/telephonyjstest/radiostatistic/entry/src/main/ets/MainAbility/pages/ |
D | Flex.ets | 32 Text('direction:Column').fontSize(9).fontColor(0xCCCCCC).width('90%') 40 Text('1').width('100%').height(20).backgroundColor(0xF5DEB3) 41 Text('2').width('100%').height(20).backgroundColor(0xD2B48C) 42 Text('3').width('100%').height(20).backgroundColor(0xF5DEB3) 46 .width('90%') 50 Text('direction:Row').fontSize(9).fontColor(0xCCCCCC).width('90%') 58 Text('1').width('20%').height(20).backgroundColor(0xF5DEB3) 59 Text('2').width('20%').height(20).backgroundColor(0xD2B48C) 60 Text('3').width('20%').height(20).backgroundColor(0xF5DEB3) 64 .width('90%') [all …]
|
D | Column.ets | 32 Text('alignItems(Center)').fontSize(9).fontColor(0xCCCCCC).width('90%') 34 Column().width('50%').height(50).backgroundColor(0xAFEEEE) 35 Column().width('50%').height(50).backgroundColor(0x00FFFF) 36 }.alignItems(HorizontalAlign.Center).width('90%').border({ width: 1 }).key('column') 38 Text('alignItems(Start)').fontSize(9).fontColor(0xCCCCCC).width('90%') 40 Column().width('50%').height(50).backgroundColor(0xAFEEEE) 41 Column().width('50%').height(50).backgroundColor(0x00FFFF) 42 }.alignItems(HorizontalAlign.Start).width('90%').border({ width: 1 }).key('column1') 44 Text('alignItems(End)').fontSize(9).fontColor(0xCCCCCC).width('90%') 46 Column().width('50%').height(50).backgroundColor(0xAFEEEE) [all …]
|
/test/xts/acts/telephony/telephonyjstest/netmanager_http/entry/src/main/ets/MainAbility/pages/ |
D | Flex.ets | 32 Text('direction:Column').fontSize(9).fontColor(0xCCCCCC).width('90%') 40 Text('1').width('100%').height(20).backgroundColor(0xF5DEB3) 41 Text('2').width('100%').height(20).backgroundColor(0xD2B48C) 42 Text('3').width('100%').height(20).backgroundColor(0xF5DEB3) 46 .width('90%') 50 Text('direction:Row').fontSize(9).fontColor(0xCCCCCC).width('90%') 58 Text('1').width('20%').height(20).backgroundColor(0xF5DEB3) 59 Text('2').width('20%').height(20).backgroundColor(0xD2B48C) 60 Text('3').width('20%').height(20).backgroundColor(0xF5DEB3) 64 .width('90%') [all …]
|
D | Column.ets | 32 Text('alignItems(Center)').fontSize(9).fontColor(0xCCCCCC).width('90%') 34 Column().width('50%').height(50).backgroundColor(0xAFEEEE) 35 Column().width('50%').height(50).backgroundColor(0x00FFFF) 36 }.alignItems(HorizontalAlign.Center).width('90%').border({ width: 1 }).key('column') 38 Text('alignItems(Start)').fontSize(9).fontColor(0xCCCCCC).width('90%') 40 Column().width('50%').height(50).backgroundColor(0xAFEEEE) 41 Column().width('50%').height(50).backgroundColor(0x00FFFF) 42 }.alignItems(HorizontalAlign.Start).width('90%').border({ width: 1 }).key('column1') 44 Text('alignItems(End)').fontSize(9).fontColor(0xCCCCCC).width('90%') 46 Column().width('50%').height(50).backgroundColor(0xAFEEEE) [all …]
|
/test/xts/acts/telephony/telephonyjstest/netmanager_socket/entry/src/main/ets/MainAbility/pages/ |
D | Flex.ets | 32 Text('direction:Column').fontSize(9).fontColor(0xCCCCCC).width('90%') 40 Text('1').width('100%').height(20).backgroundColor(0xF5DEB3) 41 Text('2').width('100%').height(20).backgroundColor(0xD2B48C) 42 Text('3').width('100%').height(20).backgroundColor(0xF5DEB3) 46 .width('90%') 50 Text('direction:Row').fontSize(9).fontColor(0xCCCCCC).width('90%') 58 Text('1').width('20%').height(20).backgroundColor(0xF5DEB3) 59 Text('2').width('20%').height(20).backgroundColor(0xD2B48C) 60 Text('3').width('20%').height(20).backgroundColor(0xF5DEB3) 64 .width('90%') [all …]
|
D | Column.ets | 32 Text('alignItems(Center)').fontSize(9).fontColor(0xCCCCCC).width('90%') 34 Column().width('50%').height(50).backgroundColor(0xAFEEEE) 35 Column().width('50%').height(50).backgroundColor(0x00FFFF) 36 }.alignItems(HorizontalAlign.Center).width('90%').border({ width: 1 }).key('column') 38 Text('alignItems(Start)').fontSize(9).fontColor(0xCCCCCC).width('90%') 40 Column().width('50%').height(50).backgroundColor(0xAFEEEE) 41 Column().width('50%').height(50).backgroundColor(0x00FFFF) 42 }.alignItems(HorizontalAlign.Start).width('90%').border({ width: 1 }).key('column1') 44 Text('alignItems(End)').fontSize(9).fontColor(0xCCCCCC).width('90%') 46 Column().width('50%').height(50).backgroundColor(0xAFEEEE) [all …]
|
D | ColumnSplit.ets | 37 Text('ColumnSplit').fontSize(9).fontColor(0xCCCCCC).width('90%') 39 … Text('1').width('100%').height(50).backgroundColor(0xF5DEB3).textAlign(TextAlign.Center) 40 … Text('2').width('100%').height(50).backgroundColor(0xD2B48C).textAlign(TextAlign.Center) 41 … Text('3').width('100%').height(50).backgroundColor(0xF5DEB3).textAlign(TextAlign.Center) 42 … Text('4').width('100%').height(50).backgroundColor(0xD2B48C).textAlign(TextAlign.Center) 43 … Text('5').width('100%').height(50).backgroundColor(0xF5DEB3).textAlign(TextAlign.Center) 46 .width('90%').height('60%') 48 }.width("100%") 51 Text('ColumnSplit1').fontSize(9).fontColor(0xCCCCCC).width('90%') 53 … Text('1').width('100%').height(50).backgroundColor(0xF5DEB3).textAlign(TextAlign.Center) [all …]
|
/test/xts/acts/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/ |
D | backgroundAndSizeSetting.ets | 22 @State width: string = "200px"; 25 @State width: string = 80; 40 if(eventData.data.width != null) { 41 this.width = eventData.data.width; 73 this.width = eventData.data.width; 83 this.sizeWidth = eventData.data.width; 130 Text('background color').fontSize(9).width('90%').fontColor(0xFF0000).key("fontColor") 131 …Row().width('90%').height(50).backgroundColor(0xEEEE00).key("backgroundColor").border({ width: 1 }) 132 Text('background image repeat along X').fontSize(9).width('90%').fontColor(0xCCCCCC) 135 .backgroundImageSize({ width: '250px', height: '140px' }) [all …]
|
D | positionSetting.ets | 32 …Text('opacity(1)').fontSize(20).fontColor(Color.Black).width('90%').opacity(`${this.opacityValue}`… 36 .width('90%') 41 Text('direction').fontSize(20).fontColor(Color.Black).width('90%') 43 Text('1').height(50).width('25%').fontSize(20).backgroundColor(0xF5DEB3) 44 Text('2').height(50).width('25%').fontSize(20).backgroundColor(0xD2B48C) 45 Text('3').height(50).width('25%').fontSize(20).backgroundColor(0xF5DEB3) 46 Text('4').height(50).width('25%').fontSize(20).backgroundColor(0xD2B48C) 48 .width('90%') 52 Text('position').fontSize(20).fontColor(Color.Black).width('90%') 55 .size({ width: '45%', height: '50' }) [all …]
|
/test/xts/acts/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/ |
D | background.ets | 21 @State width: string = "200px"; 30 if (eventData.data.width != null) { 31 this.width = eventData.data.width; 76 Text('background color').fontSize(9).width('90%').fontColor(0xFF0000).key("fontColor") 78 .width('90%') 82 .border({ width: 1 }) 83 Text('background image repeat along X').fontSize(9).width('90%').fontColor(0xCCCCCC) 86 .backgroundImageSize({ width: '250px', height: '140px' }) 87 .width('90%') 89 .border({ width: 1 }) [all …]
|
/test/xts/acts/arkui/ace_ets_test/entry/src/main/ets/MainAbility/pages/components/ |
D | Shape.ets | 29 Text('basic').fontSize(30).fontColor(0xCCCCCC).width(320) 31 Rect().width(300).height(50) 32 Ellipse().width(300).height(50).offset({ x: 0, y: 60 }) 33 Path().width(300).height(10).commands('M0 0 L900 0').offset({ x: 0, y: 120 }) 35 .viewPort({ x: -2, y: -2, width: 304, height: 130 }) 40 Rect().width(300).height(50) 41 …}.viewPort({ x: -1, y: -1, width: 302, height: 52 }).fill(0x317Af7).stroke(Color.Black).strokeWidt… 43 Text('border').fontSize(30).fontColor(0xCCCCCC).width(320).margin({top:30}) 45 Path().width(300).height(10).commands('M0 0 L900 0') 46 …}.viewPort({ x: 0, y: -5, width: 300, height: 20 }).stroke(0xEE8443).strokeWidth(10).strokeDashArr… [all …]
|
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/tab-bar/router/ |
D | index.css | 17 width: 100%; 21 width: 100%; 34 width: 100%; 37 border-width: 1px; 41 width: 100%; 47 width:100%; 63 width: 100%; 109 width: 100%; 117 width: 100%; 124 width: 100%; [all …]
|
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/conponentadd/ |
D | positionSetting_y.ets | 33 …Text('opacity(1)').fontSize(20).fontColor(Color.Black).width('90%').opacity(`${this.opacityValue}`… 37 .width('90%') 42 Text('direction').fontSize(20).fontColor(Color.Black).width('90%') 44 Text('1').height(50).width('25%').fontSize(20).backgroundColor(0xF5DEB3) 45 Text('2').height(50).width('25%').fontSize(20).backgroundColor(0xD2B48C) 46 Text('3').height(50).width('25%').fontSize(20).backgroundColor(0xF5DEB3) 47 Text('4').height(50).width('25%').fontSize(20).backgroundColor(0xD2B48C) 49 .width('90%') 53 Text('position').fontSize(20).fontColor(Color.Black).width('90%') 56 .size({ width: '45%', height: '50' }) [all …]
|
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/qrcode/prop/ |
D | index.css | 18 width:100%; 23 width: 100%; 32 width: 100%; 49 width: 30px; 57 width: 30px; 65 width: 30px; 73 width: 30px; 81 width: 30px; 89 width: 30px; 97 width: 30px; [all …]
|
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/stepper/style/ |
D | index.css | 18 width:100%; 24 width: 100%; 33 width: 100%; 42 width: 50%; 46 width: 150px; 60 border-left-width: 1px; 61 border-right-width: 1.5px; 62 border-top-width: 2px; 63 border-bottom-width: 0.5px; 77 width: 150px; [all …]
|
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/video/style/ |
D | index.css | 18 width:100%; 24 width: 100%; 33 width: 100%; 42 width: 50%; 46 width: 150px; 60 border-left-width: 1px; 61 border-right-width: 1.5px; 62 border-top-width: 2px; 63 border-bottom-width: 0.5px; 77 width: 150px; [all …]
|
12345678910>>...69