Home
last modified time | relevance | path

Searched refs:contentColorFlag (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_bar_style_ohos.cpp44 return it->second.contentColorFlag ? "true" : "false"; in GetStatusBarContentColorFlag()
69 flag.contentColorFlag = true; in GetCurrentSystemBarStyle()
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_utils.h30 bool contentColorFlag; member
32 backgroundColorFlag(false), contentColorFlag(false) {} in SystemBarPropertyFlag()
H A Dwindow_impl.cpp989 if (flag.contentColorFlag == false) { in UpdateSystemBarProperties()
1015 propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR].contentColorFlag); in SetBarPropertyMap()
1022 propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR].contentColorFlag = true; in SetBarPropertyMap()
1027 propertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR].contentColorFlag); in SetBarPropertyMap()
1034 propertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR].contentColorFlag = true; in SetBarPropertyMap()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.cpp830 propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR].contentColorFlag); in SetWindowStatusBarContentColor()
842 propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR].contentColorFlag = true; in SetWindowStatusBarContentColor()
858 propertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR].contentColorFlag); in SetWindowNavigationBarContentColor()
870 propertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR].contentColorFlag = true; in SetWindowNavigationBarContentColor()
890 propertyFlags[type].contentColorFlag = newPropertyFlags[type].contentColorFlag; in GetSystemBarPropertiesFromJs()
935 propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR].contentColorFlag); in ConvertJSSystemBarStyleToSystemBarProperties()
H A Djs_window.cpp977 if (flag.contentColorFlag == false) { in UpdateSystemBarProperties()
988 if (flag.backgroundColorFlag == true || flag.contentColorFlag == true) { in UpdateSystemBarProperties()
2616 if (flag.enableFlag || flag.backgroundColorFlag || flag.contentColorFlag || flag.enableAnimationFlag) { in SetSystemBarPropertiesByFlags()
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_immersive_test2.cpp268 if (flag.contentColorFlag == false) { in UpdateSystemBarProperties()
279 if (flag.backgroundColorFlag == true || flag.contentColorFlag == true) { in UpdateSystemBarProperties()
297 if (flag.enableFlag || flag.backgroundColorFlag || flag.contentColorFlag || flag.enableAnimationFlag) { in SetSystemBarPropertiesByFlags()
/foundation/window/window_manager/previewer/include/
H A Dwm_common.h478 bool contentColorFlag = false; member
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h685 bool contentColorFlag = false; member
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test.cpp1148 propertyFlag.contentColorFlag = true; in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp882 if ((flagIter != propertyFlags.end() && flagIter->second.contentColorFlag) && in SetSystemBarProperties()
H A Dwindow_scene_session_impl.cpp2074 if ((flagIter != propertyFlags.end() && flagIter->second.contentColorFlag) && in SetSystemBarProperties()

Completed in 38 milliseconds