Searched defs:SystemBarProperty (Results 1 – 2 of 2) sorted by relevance
| /foundation/window/window_manager/previewer/include/ |
| D | wm_common.h | 506 struct SystemBarProperty { struct 512 …SystemBarProperty() : enable_(true), backgroundColor_(SYSTEM_COLOR_BLACK), contentColor_(SYSTEM_CO… in SystemBarProperty() argument 514 SystemBarProperty(bool enable, uint32_t background, uint32_t content, bool enableAnimation) in SystemBarProperty() function 517 SystemBarProperty(bool enable, uint32_t background, uint32_t content) in SystemBarProperty() function 520 SystemBarProperty(bool enable, uint32_t background, uint32_t content, in SystemBarProperty() function
|
| /foundation/window/window_manager/interfaces/innerkits/wm/ |
| D | wm_common.h | 652 struct SystemBarProperty { struct 658 …SystemBarProperty() : enable_(true), backgroundColor_(SYSTEM_COLOR_BLACK), contentColor_(SYSTEM_CO… in SystemBarProperty() argument 660 SystemBarProperty(bool enable, uint32_t background, uint32_t content) in SystemBarProperty() argument 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() argument
|