Searched defs:SystemBarProperty (Results 1 - 2 of 2) sorted by relevance
/foundation/window/window_manager/previewer/include/ |
H A D | wm_common.h | 520 struct SystemBarProperty { struct in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WindowSessionType::WindowTag 526 SystemBarProperty() : enable_(true), backgroundColor_(SYSTEM_COLOR_BLACK), contentColor_(SYSTEM_COLOR_WHITE), in SystemBarProperty() function 528 SystemBarProperty(bool enable, uint32_t background, uint32_t content, bool enableAnimation) in SystemBarProperty() function 531 SystemBarProperty(bool enable, uint32_t background, uint32_t content) in SystemBarProperty() function 534 SystemBarProperty(bool enable, uint32_t background, uint32_t content, in SystemBarProperty() function
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | wm_common.h | 652 struct SystemBarProperty { struct in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag 658 SystemBarProperty() : enable_(true), backgroundColor_(SYSTEM_COLOR_BLACK), contentColor_(SYSTEM_COLOR_WHITE), in SystemBarProperty() function 660 SystemBarProperty(bool enable, uint32_t background, uint32_t content) in SystemBarProperty() function 663 SystemBarProperty(bool enable, uint32_t background, uint32_t content, bool enableAnimation) in SystemBarProperty() function 666 SystemBarProperty(bool enable, uint32_t background, uint32_t content, in SystemBarProperty() function
|
Completed in 6 milliseconds