Home
last modified time | relevance | path

Searched refs:windowHeight (Results 1 – 9 of 9) sorted by relevance

/test/xts/acts/validator/acts_validator/src/main/ets/pages/model/
DFloatWindowFun.ts21 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/
Dtest.cpp330 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/
DCameraPage.ets42 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/
DSystemDeviceApi.test.js51 windowHeightInfo = data.windowHeight;
67 windowHeightInfo = data.windowHeight;
/test/xts/acts/inputmethod/InputMethodWindManage/entry/src/main/ets/InputMethodWindManage/
DKeyboardController.ts39 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/
DKeyboardController.ts31 private windowHeight: number = 0; property in KeyboardController
215 this.windowHeight = keyHeight;
/test/xts/acts/inputmethod/InputMethodDrawnControl/entry/src/main/ets/InputMethodDrawnControl/
DKeyboardDelegate.ts30 private windowHeight: number = 0; property in KeyboardDelegate
243 this.windowHeight = keyHeight;
/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/InputMethodAbility/
DKeyboardDelegate.ts30 private windowHeight: number = 0; property in KeyboardDelegate
347 this.windowHeight = keyHeight;
/test/xts/acts/ability/ability_runtime/apicover/apicoverhaptest/entry/src/main/ets/test/
DApiCoverAbility.test.ets626 windowHeight:100,