Searched refs:_width (Results 1 – 8 of 8) sorted by relevance
20 @State _width: string = "450px";41 this._width = eventData.data.width;50 .width(`${this._width}`)
21 @State _width: string = "200.00px";50 this._width = eventData.data.width;61 .width(`${this._width}`)
322 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 …]
22 @State _width: number = 30;48 this._width = value.width72 .width(this._width)139 .width(this._width)246 .width(this._width)324 .sideLength(this._width)
29 @State _width: number | string = 041 this._width = value.width47 .width(this._width)346 .width(this._width)360 }.key(this.componentKey).width(this._width)
24 @State _width: number = 5038 this._width = value.width48 .width(this._width)
1747 int _width, _height; in testNativeWindowNativeWindowHandleOptSetGetBufferGeometryNormal() local1748 …flag = OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, GET_BUFFER_GEOMETRY, &_height, &_width); in testNativeWindowNativeWindowHandleOptSetGetBufferGeometryNormal()1753 if (width != _width || height != _height) { in testNativeWindowNativeWindowHandleOptSetGetBufferGeometryNormal()
499 @State _width: number | string = 0693 // .width(this._width)