Home
last modified time | relevance | path

Searched defs:windowHeight (Results 1 – 2 of 2) sorted by relevance

/applications/standard/filepicker/audiopicker/src/main/ets/common/global/globalmodel/
DGlobalModel.ts64 windowHeight: number = 0 property in AppScreen
598 let windowArea: WindowArea = { windowWidth: this.windowWidth, windowHeight: this.windowHeight } variable
974 windowHeight: number = 0 property in WindowArea
/applications/standard/app_samples/code/SystemFeature/WindowManagement/WindowManage/WindowComponent/src/main/ets/components/feature/
DWindowManger.ts51 private windowHeight: number = 0; // 当前窗口高度 property in WindowManger