Home
last modified time | relevance | path

Searched refs:SystemBarRegionTints (Results 1 – 16 of 16) sorted by relevance

/foundation/windowmanager/wm/test/systemtest/
Dwindow_immersive_test.cpp34 const SystemBarRegionTints TEST_PROPS_DEFAULT = {
38 const SystemBarRegionTints TEST_PROPS_1 = {
42 const SystemBarRegionTints TEST_PROPS_2 = {
56 SystemBarRegionTints tints_ = TEST_PROPS_DEFAULT;
57 void OnSystemBarPropertyChange(DisplayId displayId, const SystemBarRegionTints& tints) override;
72 void SetWindowSystemProps(const sptr<Window>& window, const SystemBarRegionTints& props);
73 bool SystemBarPropsEqualsTo(const SystemBarRegionTints& expect);
74 void DumpFailedInfo(const SystemBarRegionTints& expect);
95 …wImmersiveTest::SetWindowSystemProps(const sptr<Window>& window, const SystemBarRegionTints& tints) in SetWindowSystemProps()
102 void WindowImmersiveTest::DumpFailedInfo(const SystemBarRegionTints& expect) in DumpFailedInfo()
[all …]
/foundation/windowmanager/interfaces/innerkits/wm/
Dwindow_manager.h36 using SystemBarRegionTints = std::vector<SystemBarRegionTint>; variable
66 …virtual void OnSystemBarPropertyChange(DisplayId displayId, const SystemBarRegionTints& tints) = 0;
149 void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) const;
/foundation/windowmanager/wm/include/
Dwindow_manager_agent.h30 … void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& props) override;
/foundation/windowmanager/wm/include/zidl/
Dwindow_manager_agent_interface.h44 …virtual void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) = …
Dwindow_manager_agent_proxy.h31 … void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) override;
/foundation/windowmanager/wm/src/
Dwindow_manager_agent.cpp28 void WindowManagerAgent::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints in UpdateSystemBarRegionTints()
Dwindow_manager.cpp147 void NotifySystemBarChanged(DisplayId displayId, const SystemBarRegionTints& tints) const;
183 void WindowManager::Impl::NotifySystemBarChanged(DisplayId displayId, const SystemBarRegionTints& t… in NotifySystemBarChanged()
402 const SystemBarRegionTints& tints) const in UpdateSystemBarRegionTints()
/foundation/windowmanager/wmserver/include/
Dwindow_manager_agent_controller.h35 void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints);
/foundation/windowmanager/wmserver/src/
Dwindow_manager_agent_controller.cpp46 …AgentController::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) in UpdateSystemBarRegionTints()
Dwindow_node_container.cpp610 SystemBarRegionTints tints; in NotifyIfSystemBarTintChanged()
628 SystemBarRegionTints tints; in NotifyIfSystemBarRegionChanged()
652 SystemBarRegionTints tints; in NotifySystemBarDismiss()
671 SystemBarRegionTints tints; in NotifySystemBarTints()
/foundation/windowmanager/interfaces/kits/napi/window_runtime/window_napi/
Djs_window_listener.h47 void OnSystemBarPropertyChange(DisplayId displayId, const SystemBarRegionTints& tints) override;
Djs_window_utils.h104 const SystemBarRegionTints& tints);
Djs_window_listener.cpp71 void JsWindowListener::OnSystemBarPropertyChange(DisplayId displayId, const SystemBarRegionTints& t… in OnSystemBarPropertyChange()
Djs_window_utils.cpp264 …ue* CreateJsSystemBarRegionTintArrayObject(NativeEngine& engine, const SystemBarRegionTints& tints) in CreateJsSystemBarRegionTintArrayObject()
/foundation/windowmanager/wm/src/zidl/
Dwindow_manager_agent_stub.cpp45 SystemBarRegionTints tints; in OnRemoteRequest()
Dwindow_manager_agent_proxy.cpp61 …nagerAgentProxy::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) in UpdateSystemBarRegionTints()