Home
last modified time | relevance | path

Searched refs:statusProperty (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp376 SystemBarProperty statusProperty = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in UpdateSystemBarProperty() local
377 if (statusProperty.enable_ != enable) { in UpdateSystemBarProperty()
378 statusProperty.enable_ = enable; in UpdateSystemBarProperty()
379 SetSystemBarProperty(WindowType::WINDOW_TYPE_STATUS_BAR, statusProperty); in UpdateSystemBarProperty()
909 auto statusProperty = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in IsFullScreen() local
911 return (IsLayoutFullScreen() && !statusProperty.enable_ && !naviProperty.enable_); in IsFullScreen()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.cpp608 auto statusProperty = window->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in GetSystemBarStatus() local
611 statusProperty.enable_ = false; in GetSystemBarStatus()
614 systemBarProperties[WindowType::WINDOW_TYPE_STATUS_BAR] = statusProperty; in GetSystemBarStatus()
822 auto statusProperty = properties[WindowType::WINDOW_TYPE_STATUS_BAR]; in SetWindowStatusBarContentColor() local
829 jsObject, "statusBarContentColor", statusProperty.contentColor_, in SetWindowStatusBarContentColor()
899 auto statusProperty = window->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in SetSystemBarPropertiesFromJs() local
901 properties[WindowType::WINDOW_TYPE_STATUS_BAR] = statusProperty; in SetSystemBarPropertiesFromJs()
906 statusProperty.backgroundColor_, propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR].backgroundColorFlag); in SetSystemBarPropertiesFromJs()
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp1001 auto statusProperty = nativeWindow->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in SetBarPropertyMap() local
1003 properties[WindowType::WINDOW_TYPE_STATUS_BAR] = statusProperty; in SetBarPropertyMap()
1008 statusProperty.backgroundColor_, propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR].backgroundColorFlag); in SetBarPropertyMap()
1014 GetColorFromJs(cProperties.statusBarContentColor, statusProperty.contentColor_, in SetBarPropertyMap()
1067 auto statusProperty = windowToken_->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in SetWindowSystemBarEnable() local
1069 statusProperty.enable_ = false; in SetWindowSystemBarEnable()
1071 systemBarProperties[WindowType::WINDOW_TYPE_STATUS_BAR] = statusProperty; in SetWindowSystemBarEnable()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp919 SystemBarProperty statusProperty = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in UpdateSystemBarProperty() local
922 statusProperty.enable_ = false; in UpdateSystemBarProperty()
925 statusProperty.enable_ = true; in UpdateSystemBarProperty()
929 if ((GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR) == statusProperty) && in UpdateSystemBarProperty()
933 if (!(GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR) == statusProperty)) { in UpdateSystemBarProperty()
934 property_->SetSystemBarProperty(WindowType::WINDOW_TYPE_STATUS_BAR, statusProperty); in UpdateSystemBarProperty()
4055 auto statusProperty = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in IsFullScreen() local
4057 return (IsLayoutFullScreen() && !statusProperty.enable_ && !naviProperty.enable_); in IsFullScreen()
H A Dwindow_scene_session_impl.cpp2129 SystemBarProperty statusProperty = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in SetFullScreen() local
2130 statusProperty.enable_ = !status; in SetFullScreen()
2131 ret = SetSystemBarProperty(WindowType::WINDOW_TYPE_STATUS_BAR, statusProperty); in SetFullScreen()
2142 SystemBarProperty statusProperty = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in IsFullScreen() local
2143 return (IsLayoutFullScreen() && !statusProperty.enable_); in IsFullScreen()
3460 SystemBarProperty statusProperty = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in UpdateWindowMode() local
3461 statusProperty.enable_ = false; in UpdateWindowMode()
3462 ret = SetSystemBarProperty(WindowType::WINDOW_TYPE_STATUS_BAR, statusProperty); in UpdateWindowMode()

Completed in 20 milliseconds