Home
last modified time | relevance | path

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

/foundation/window/window_manager/previewer/include/
Dwm_common.h506 struct SystemBarProperty { struct
512SystemBarProperty() : 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/
Dwm_common.h652 struct SystemBarProperty { struct
658SystemBarProperty() : 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