Searched defs:statusBarHeight (Results 1 – 3 of 3) sorted by relevance
23 …statusBarHeight: Length = deviceInfo.deviceType === 'phone' ? $r("app.float.phone_status_bar_heigh… property in ControlStyle27 …statusBarHeight: Length = deviceInfo.deviceType === 'phone' ? $r("app.float.phone_status_bar_heigh… property in NotificationStyle
61 private statusBarHeight: number = 0; property in ScreenManager100 const statusBarHeight: number = size ? size.top : this.statusBarHeight; constant
80 private statusBarHeight = 0; property in ScreenManager