Home
last modified time | relevance | path

Searched defs:statusBarHeight (Results 1 – 3 of 3) sorted by relevance

/applications/standard/systemui/product/phone/dropdownpanel/src/main/ets/pages/common/
DStyleConfiguration.ts23statusBarHeight: Length = deviceInfo.deviceType === 'phone' ? $r("app.float.phone_status_bar_heigh… property in ControlStyle
27statusBarHeight: Length = deviceInfo.deviceType === 'phone' ? $r("app.float.phone_status_bar_heigh… property in NotificationStyle
/applications/standard/photos/common/src/main/ets/default/model/common/
DScreenManager.ts61 private statusBarHeight: number = 0; property in ScreenManager
100 const statusBarHeight: number = size ? size.top : this.statusBarHeight; constant
/applications/standard/app_samples/code/BasicFeature/FileManagement/Photos/entry/src/main/ets/common/
DScreenManager.ts80 private statusBarHeight = 0; property in ScreenManager