Home
last modified time | relevance | path

Searched refs:SetStatusBarItemColor (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pattern/
H A Dmock_app_bar_view.cpp23 ACE_WEAK_SYM void AppBarView::SetStatusBarItemColor(bool isLight) in SetStatusBarItemColor() function in OHOS::Ace::NG::AppBarView
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_view.h48 void SetStatusBarItemColor(bool isLight);
H A Dapp_bar_view.cpp390 void AppBarView::SetStatusBarItemColor(bool isLight) in SetStatusBarItemColor() function in OHOS::Ace::NG::AppBarView
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp580 void UIContentImpl::SetStatusBarItemColor(uint32_t color) in SetStatusBarItemColor() function in OHOS::Ace::UIContentImpl
587 appBar->SetStatusBarItemColor(IsDarkColor(color)); in SetStatusBarItemColor()
H A Dui_content_impl.h153 void SetStatusBarItemColor(uint32_t color) override;
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h430 virtual void SetStatusBarItemColor(uint32_t color) {}; in SetStatusBarItemColor() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h337 void SetStatusBarItemColor(uint32_t color) override;
H A Dui_content_impl.cpp4000 void UIContentImpl::SetStatusBarItemColor(uint32_t color) in SetStatusBarItemColor() function in OHOS::Ace::UIContentImpl
4007 appBar->SetStatusBarItemColor(IsDarkColor(color)); in SetStatusBarItemColor()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1389 uiContent->SetStatusBarItemColor(property.contentColor_); in SetUIContentInner()
H A Dwindow_scene_session_impl.cpp2071 uiContent->SetStatusBarItemColor(property.contentColor_); in NotifySpecificWindowSessionProperty()