Home
last modified time | relevance | path

Searched refs:_width (Results 1 – 8 of 8) sorted by relevance

/test/xts/acts/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/
Dcircle.ets20 @State _width: string = "450px";
41 this._width = eventData.data.width;
50 .width(`${this._width}`)
/test/xts/acts/arkui/ace_ets_component/entry/src/main/ets/MainAbility/pages/
Dellipse.ets21 @State _width: string = "200.00px";
50 this._width = eventData.data.width;
61 .width(`${this._width}`)
/test/xts/acts/graphic/windowStage/entry/src/ohosTest/ets/test/
DinterfaceSupportSessionManager.test.ets322 let _width = Number(windowLimits.maxWidth) + 100;
324 console.log(msgStr + 'width is: ' + _width + ' ' + "height is: " + _height);
325 await tempWnd.resize(_width, _height).then(() => {
618 let _width = Number(windowLimits.maxWidth) + 100;
620 console.log(msgStr + 'width is: ' + _width + ' ' + "height is: " + _height);
621 await tempWnd!.resize(_width, _height).then(() => {
683 let _width = windowLimits.minWidth;
685 console.log(msgStr + 'width is: ' + _width + ' ' + "height is: " + _height);
686 subMin!.resize(_width, _height, async (err: BusinessError) => {
698 expect(properties.windowRect.width).assertEqual(_width)
[all …]
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_onAreaChange/entry/src/main/ets/MainAbility/pages/onAreaChange/
DOnAreaChangePage.ets22 @State _width: number = 30;
48 this._width = value.width
72 .width(this._width)
139 .width(this._width)
246 .width(this._width)
324 .sideLength(this._width)
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_width/entry/src/ohosTest/ets/MainAbility/pages/width/
DWidthPage.ets29 @State _width: number | string = 0
41 this._width = value.width
47 .width(this._width)
346 .width(this._width)
360 }.key(this.componentKey).width(this._width)
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_aspectRatio/entry/src/main/ets/MainAbility/pages/aspectRatio/
DAspectRatioWidthPage.ets24 @State _width: number = 50
38 this._width = value.width
48 .width(this._width)
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow1.cpp1747 int _width, _height; in testNativeWindowNativeWindowHandleOptSetGetBufferGeometryNormal() local
1748 …flag = OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, GET_BUFFER_GEOMETRY, &_height, &_width); in testNativeWindowNativeWindowHandleOptSetGetBufferGeometryNormal()
1753 if (width != _width || height != _height) { in testNativeWindowNativeWindowHandleOptSetGetBufferGeometryNormal()
/test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_width/entry/src/main/ets/MainAbility/pages/width/
DWidthPage.ets499 @State _width: number | string = 0
693 // .width(this._width)