Searched refs:windowHeight (Results 1 – 9 of 9) sorted by relevance
/test/xts/acts/validator/acts_validator/src/main/ets/pages/model/ |
D | FloatWindowFun.ts | 21 static windowHeight: number = 1600; property in FloatWindowFun 44 …0 : ((this.floatingWindowOffsetY + offsetY * 2) > (this.windowHeight - 200) ? (this.windowHeight -… 56 …0 : ((this.floatingWindowOffsetY + offsetY * 2) > (this.windowHeight - 200) ? (this.windowHeight -…
|
/test/xts/dcts/distributedhardware/distributedscreentest/ |
D | test.cpp | 330 uint32_t windowHeight = 480; in CreateWindow() local 338 windowProperty->height = windowHeight; in CreateWindow() 346 vdec->SetWindowSize(windowWidth, windowHeight); in CreateWindow() 350 …create window success, window id: %d, width: %d, height: %d", windowId, windowWidth, windowHeight); in CreateWindow()
|
/test/xts/tools/sample/AppSampleF/entry/src/main/ets/pages/cameraPage/ |
D | CameraPage.ets | 42 private windowHeight: number = 300; 61 this.windowHeight = display.getDefaultDisplaySync().height; 63 Logger.info(TAG, `windowHeight ${JSON.stringify(this.windowHeight)}`); 138 surfaceHeight: this.windowHeight
|
/test/xts/acts/startup/startup_standard/deviceinfo/src/main/js/test/ |
D | SystemDeviceApi.test.js | 51 windowHeightInfo = data.windowHeight; 67 windowHeightInfo = data.windowHeight;
|
/test/xts/acts/inputmethod/InputMethodWindManage/entry/src/main/ets/InputMethodWindManage/ |
D | KeyboardController.ts | 39 private windowHeight: number = 0; property in KeyboardController 49 this.windowHeight = display_info.height * 0.35; 215 this.windowHeight = keyHeight; 520 … this.softKeyboardPanel.resize(this.windowWidth, this.windowHeight, async (err, data) => { 557 … this.softKeyboardPanel.resize(this.windowWidth, this.windowHeight).then(async (data) => {
|
/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/InputMethodEngine/ |
D | KeyboardController.ts | 31 private windowHeight: number = 0; property in KeyboardController 215 this.windowHeight = keyHeight;
|
/test/xts/acts/inputmethod/InputMethodDrawnControl/entry/src/main/ets/InputMethodDrawnControl/ |
D | KeyboardDelegate.ts | 30 private windowHeight: number = 0; property in KeyboardDelegate 243 this.windowHeight = keyHeight;
|
/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/InputMethodAbility/ |
D | KeyboardDelegate.ts | 30 private windowHeight: number = 0; property in KeyboardDelegate 347 this.windowHeight = keyHeight;
|
/test/xts/acts/ability/ability_runtime/apicover/apicoverhaptest/entry/src/main/ets/test/ |
D | ApiCoverAbility.test.ets | 626 windowHeight:100,
|