Home
last modified time | relevance | path

Searched refs:width1 (Results 1 – 25 of 89) sorted by relevance

1234

/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_imageText/ace_ets_module_imageText_api11/entry/src/main/ets/MainAbility/pages/RenderNode/renderNode/
DappendChild.ets42 @State width1 : number = 100
47 Text("width1: " + this.width1).key('appendChild_width1')
54 this.width1 = Number(renderNode.getChild(0)?.size.width)
67 this.width1 = sibling1.size.width
69 this.width1 = 60
78 this.width1 = sibling.size.width
80 this.width1 = 120
90 this.width1 = sibling.size.width
92 this.width1 = 130
/test/xts/acts/arkui/ace_ets_component_api11_completion/entry/src/main/ets/MainAbility/pages/renderNode/
DappendChild.ets43 @State width1: number = 100
48 Text("width1: " + this.width1).key('appendChild_width1')
55 this.width1 = renderNode.getChild(0).size.width
66 this.width1 = sibling1.size.width
68 this.width1 = 60
77 this.width1 = sibling.size.width
79 this.width1 = 120
89 this.width1 = sibling.size.width
91 this.width1 = 130
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_commonAttrsEvents/ace_ets_module_commonAttrsEvents_api12/entry/src/main/ets/MainAbility/pages/Focus/requestFocus/
DrequestFocus10.ets20 @State width1:number = 200
26 .width(this.width1).height(200)
31 this.width1 = 250
34 this.width1 = 200
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_navigation/ace_ets_module_navigation_api11/entry/src/main/ets/MainAbility/pages/SideBarContainer/SideBarContainerType/
DSideBarContainerType_DefaultValue3.ets25 @State width1: number = 700;
39 } else if (message.name == 'width1') {
40 this.width1 = message.value;
72 .width(this.width1)
DSideBarContainerType_DefaultValue2.ets25 @State width1: number = 700
39 }else if(message.name == 'width1'){
40 this.width1 = message.value;
76 .width(this.width1)
DSideBarContainerType.ets27 @State width1: number = 700;
46 } else if (message.name == 'width1') {
47 this.width1 = message.value;
83 .width(this.width1)
DSideBarContainerType_DefaultValue1.ets26 @State width1: number = 700;
42 } else if (message.name == 'width1') {
43 this.width1 = message.value;
77 .width(this.width1)
/test/xts/acts/arkui/ace_ets_layout_test/ace_ets_layout_sideBarContainer_test/entry/src/main/ets/MainAbility/pages/SideBarContainer/SideBarContainerType/
DSideBarContainerType_DefaultValue3.ets25 @State width1: number = 700;
39 } else if (message.name == 'width1') {
40 this.width1 = message.value;
72 .width(this.width1)
DSideBarContainerType_DefaultValue2.ets25 @State width1: number = 700
39 }else if(message.name == 'width1'){
40 this.width1 = message.value;
76 .width(this.width1)
DSideBarContainerType.ets27 @State width1: number = 700;
46 } else if (message.name == 'width1') {
47 this.width1 = message.value;
83 .width(this.width1)
DSideBarContainerType_DefaultValue1.ets26 @State width1: number = 700;
42 } else if (message.name == 'width1') {
43 this.width1 = message.value;
77 .width(this.width1)
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_navigation/ace_ets_module_navigation_api11/entry/src/main/ets/MainAbility/pages/SideBarContainer/SideBarContainerDivider/
DSideBarContainerDivider.ets27 @State width1: number = 700;
45 } else if (message.name == 'width1') {
46 this.width1 = message.value;
80 .width(this.width1)
/test/xts/acts/arkui/ace_ets_layout_test/ace_ets_layout_sideBarContainer_test/entry/src/main/ets/MainAbility/pages/SideBarContainer/SideBarContainerDivider/
DSideBarContainerDivider.ets27 @State width1: number = 700;
45 } else if (message.name == 'width1') {
46 this.width1 = message.value;
80 .width(this.width1)
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_imageText/ace_ets_module_imageText_api12/entry/src/main/ets/test/MatrixTest/
DdstIndexTest.test.ets65 let width1 = rect.right - rect.left
71 console.info('width1: ' + width1);
73 expect(Math.abs(width1 - width2) <= 1).assertTrue();
DsrcIndexTest.test.ets65 let width1 = rect.right - rect.left
71 console.info('width1: ' + width1);
73 expect(Math.abs(width1 - width2) <= 1).assertTrue();
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/MainAbility/pages/getItemRect/scroll/
DgetScrollItemRect4.ets28 @State width1: number = 0
74 this.width1 = this.scroller.getItemRect(this.index).width
79 Text('' + this.width1).key('getScrollItemRect4_text3')
DgetScrollItemRect3.ets28 @State width1: number = 0
75 this.width1 = this.scroller.getItemRect(this.index).width
80 Text('' + this.width1).key('getScrollItemRect3_text3')
DgetScrollItemRect1.ets28 @State width1: number = 0
76 this.width1 = this.scroller.getItemRect(this.index).width
81 Text('' + this.width1).key('getScrollItemRect1_text3')
DgetScrollItemRect2.ets28 @State width1: number = 0
75 this.width1 = this.scroller.getItemRect(this.index).width
80 Text('' + this.width1).key('getScrollItemRect2_text3')
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_commonAttrsLayout/ace_ets_module_commonAttrsLayout_api11/entry/src/main/ets/MainAbility/pages/getItemRect/scroll/
DgetScrollItemRect4.ets26 @State width1: number = 0
72 this.width1 = this.scroller.getItemRect(this.index).width
77 Text('' + this.width1).key('getScrollItemRect4_text3')
DgetScrollItemRect2.ets27 @State width1: number = 0
74 this.width1 = this.scroller.getItemRect(this.index).width
79 Text('' + this.width1).key('getScrollItemRect2_text3')
DgetScrollItemRect5.ets27 @State width1: number = 0
75 this.width1 = this.scroller.getItemRect(this.index).width
80 Text('' + this.width1).key('getScrollItemRect5_text3')
DgetScrollItemRect1.ets27 @State width1: number = 0
75 this.width1 = this.scroller.getItemRect(this.index).width
80 Text('' + this.width1).key('getScrollItemRect1_text3')
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_commonAttrsLayout/ace_ets_module_commonAttrsLayout_api11/entry/src/main/ets/MainAbility/pages/getItemRect/list/
DgetListItemRect6.ets26 @State width1: number = 0
91 this.width1 = this.listScroller.getItemRect(this.index).width
96 Text('' + this.width1).key('getListItemRect6_text3')
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/MainAbility/pages/getItemRect/list/
DgetListItemRect4.ets28 @State width1: number = 0
79 this.width1 = this.listScroller.getItemRect(this.index).width
84 Text('' + this.width1).key('getListItemRect4_text3')

1234