Searched refs:SystemBarRegionTints (Results 1 – 16 of 16) sorted by relevance
/foundation/windowmanager/wm/test/systemtest/ |
D | window_immersive_test.cpp | 34 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/ |
D | window_manager.h | 36 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/ |
D | window_manager_agent.h | 30 … void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& props) override;
|
/foundation/windowmanager/wm/include/zidl/ |
D | window_manager_agent_interface.h | 44 …virtual void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) = …
|
D | window_manager_agent_proxy.h | 31 … void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) override;
|
/foundation/windowmanager/wm/src/ |
D | window_manager_agent.cpp | 28 void WindowManagerAgent::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints… in UpdateSystemBarRegionTints()
|
D | window_manager.cpp | 147 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/ |
D | window_manager_agent_controller.h | 35 void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints);
|
/foundation/windowmanager/wmserver/src/ |
D | window_manager_agent_controller.cpp | 46 …AgentController::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) in UpdateSystemBarRegionTints()
|
D | window_node_container.cpp | 610 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/ |
D | js_window_listener.h | 47 void OnSystemBarPropertyChange(DisplayId displayId, const SystemBarRegionTints& tints) override;
|
D | js_window_utils.h | 104 const SystemBarRegionTints& tints);
|
D | js_window_listener.cpp | 71 void JsWindowListener::OnSystemBarPropertyChange(DisplayId displayId, const SystemBarRegionTints& t… in OnSystemBarPropertyChange()
|
D | js_window_utils.cpp | 264 …ue* CreateJsSystemBarRegionTintArrayObject(NativeEngine& engine, const SystemBarRegionTints& tints) in CreateJsSystemBarRegionTintArrayObject()
|
/foundation/windowmanager/wm/src/zidl/ |
D | window_manager_agent_stub.cpp | 45 SystemBarRegionTints tints; in OnRemoteRequest()
|
D | window_manager_agent_proxy.cpp | 61 …nagerAgentProxy::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) in UpdateSystemBarRegionTints()
|