Home
last modified time | relevance | path

Searched refs:SYSTEM_COLOR_BLACK (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwm_common.h355 constexpr uint32_t SYSTEM_COLOR_BLACK = 0x66000000; variable
517 …SystemBarProperty() : enable_(true), backgroundColor_(SYSTEM_COLOR_BLACK), contentColor_(SYSTEM_CO… in SystemBarProperty()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h586 constexpr uint32_t SYSTEM_COLOR_BLACK = 0x66000000; variable
695 …SystemBarProperty() : enable_(true), backgroundColor_(SYSTEM_COLOR_BLACK), contentColor_(SYSTEM_CO… in SystemBarProperty()
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp1020 properties[WindowType::WINDOW_TYPE_STATUS_BAR].contentColor_ = SYSTEM_COLOR_BLACK; in SetBarPropertyMap()
1032 properties[WindowType::WINDOW_TYPE_NAVIGATION_BAR].contentColor_ = SYSTEM_COLOR_BLACK; in SetBarPropertyMap()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.cpp795 properties[WindowType::WINDOW_TYPE_STATUS_BAR].contentColor_ = SYSTEM_COLOR_BLACK; in SetWindowStatusBarContentColor()
823 properties[WindowType::WINDOW_TYPE_NAVIGATION_BAR].contentColor_ = SYSTEM_COLOR_BLACK; in SetWindowNavigationBarContentColor()