Home
last modified time | relevance | path

Searched refs:ScreenProperty (Results 1 - 25 of 40) sorted by relevance

12

/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp30 void ScreenProperty::SetRotation(float rotation) in SetRotation()
35 float ScreenProperty::GetRotation() const in GetRotation()
40 void ScreenProperty::SetPhysicalRotation(float rotation) in SetPhysicalRotation()
45 float ScreenProperty::GetPhysicalRotation() const in GetPhysicalRotation()
50 void ScreenProperty::SetBounds(const RRect& bounds) in SetBounds()
57 RRect ScreenProperty::GetBounds() const in GetBounds()
62 void ScreenProperty::SetScaleX(float scaleX) in SetScaleX()
67 float ScreenProperty::GetScaleX() const in GetScaleX()
72 void ScreenProperty::SetScaleY(float scaleY) in SetScaleY()
77 float ScreenProperty
[all...]
H A Dscreen_session.cpp107 const ScreenProperty& property, const std::shared_ptr<RSDisplayNode>& displayNode) in ScreenSession()
113 ScreenSession::ScreenSession(ScreenId screenId, const ScreenProperty& property, ScreenId defaultScreenId) in ScreenSession()
130 ScreenSession::ScreenSession(ScreenId screenId, const ScreenProperty& property, in ScreenSession()
328 ScreenProperty ScreenSession::GetScreenProperty() const in GetScreenProperty()
361 ScreenProperty ScreenSession::UpdatePropertyByFoldControl(const ScreenProperty& updatedProperty) in UpdatePropertyByFoldControl()
428 void ScreenSession::PropertyChange(const ScreenProperty& newProperty, ScreenPropertyChangeReason reason) in PropertyChange()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp38 ScreenProperty* property = new(std::nothrow) ScreenProperty(); in HWTEST_F()
63 ScreenProperty* property = new(std::nothrow) ScreenProperty(); in HWTEST_F()
93 ScreenProperty* property = new(std::nothrow) ScreenProperty(); in HWTEST_F()
125 ScreenProperty* property = new(std::nothrow) ScreenProperty(); in HWTEST_F()
146 ScreenProperty* property = new(std::nothrow) ScreenProperty(); in HWTEST_F()
[all...]
H A Dscreen_session_manager_test.cpp907 sptr<ScreenSession> screenSession = new (std::nothrow) ScreenSession(id, ScreenProperty(), 0); in HWTEST_F()
921 sptr<ScreenSession> screenSession = new (std::nothrow) ScreenSession(id, ScreenProperty(), 0); in HWTEST_F()
936 sptr<ScreenSession> screenSession = new (std::nothrow) ScreenSession(id, ScreenProperty(), 0); in HWTEST_F()
950 sptr<ScreenSession> screenSession = new (std::nothrow) ScreenSession(id, ScreenProperty(), 0); in HWTEST_F()
967 sptr<ScreenSession> screenSession = new (std::nothrow) ScreenSession(id, ScreenProperty(), 0); in HWTEST_F()
1356 sptr<ScreenSession> screenSession = new (std::nothrow) ScreenSession(screenId, ScreenProperty(), 0); in HWTEST_F()
1376 sptr<ScreenSession> screenSession = new (std::nothrow) ScreenSession(id, ScreenProperty(), 0); in HWTEST_F()
1862 sptr<ScreenSession> screenSession = new (std::nothrow) ScreenSession(id, ScreenProperty(), 0); in HWTEST_F()
2009 sptr<ScreenSession> screenSession = new ScreenSession(id, ScreenProperty(), 0); in HWTEST_F()
2026 sptr<ScreenSession> screenSession = new ScreenSession(id, ScreenProperty(), in HWTEST_F()
[all...]
H A Dscreen_session_manager_client_test.cpp99 screenSession = new ScreenSession(0, ScreenProperty(), 0); in HWTEST_F()
260 sptr<ScreenSession> screenSession = new ScreenSession(0, ScreenProperty(), 0); in HWTEST_F()
280 sptr<ScreenSession> screenSession = new ScreenSession(screenId, ScreenProperty(), 0); in HWTEST_F()
411 sptr<ScreenSession> screenSession = new ScreenSession(0, ScreenProperty(), 0); in HWTEST_F()
531 ScreenProperty property; in HWTEST_F()
1060 screenSession = new ScreenSession(0, ScreenProperty(), 0); in HWTEST_F()
1205 sptr<ScreenSession> screenSession = new ScreenSession(0, ScreenProperty(), 0); in HWTEST_F()
1225 sptr<ScreenSession> screenSession = new ScreenSession(screenId, ScreenProperty(), 0); in HWTEST_F()
1266 sptr<ScreenSession> screenSession = new ScreenSession(0, ScreenProperty(), 0); in HWTEST_F()
H A Dscreen_cutout_controller_test.cpp210 ScreenProperty screenProperty; in HWTEST_F()
303 ScreenProperty screenProperty; in HWTEST_F()
H A Dscreen_session_test.cpp29 void OnPropertyChange(const ScreenProperty& newProperty, ScreenPropertyChangeReason reason,
1036 ScreenProperty property; in HWTEST_F()
1146 ScreenProperty property; in HWTEST_F()
1587 ScreenProperty screenPropert = session->GetScreenProperty(); in HWTEST_F()
1726 ScreenProperty newProperty; in HWTEST_F()
1742 ScreenProperty newProperty; in HWTEST_F()
1909 ScreenProperty newScreenProperty; in HWTEST_F()
1925 ScreenProperty property; in HWTEST_F()
2140 ScreenProperty property; in HWTEST_F()
2166 ScreenProperty newPropert in HWTEST_F()
[all...]
H A Dscreen_session_manager_client_proxy_test.cpp111 ScreenProperty property; in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h45 virtual void OnPropertyChange(const ScreenProperty& newProperty, ScreenPropertyChangeReason reason,
73 ScreenProperty property;
91 const ScreenProperty& property, const std::shared_ptr<RSDisplayNode>& displayNode);
92 ScreenSession(ScreenId screenId, const ScreenProperty& property, ScreenId defaultScreenId);
93 ScreenSession(ScreenId screenId, const ScreenProperty& property, NodeId nodeId, ScreenId defaultScreenId);
134 ScreenProperty GetScreenProperty() const;
176 ScreenProperty UpdatePropertyByFoldControl(const ScreenProperty& updatedProperty);
219 void PropertyChange(const ScreenProperty& newProperty, ScreenPropertyChangeReason reason);
243 ScreenProperty property
[all...]
H A Dscreen_property.h37 class ScreenProperty { class
39 ScreenProperty() = default;
40 ~ScreenProperty() = default;
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_cutout_controller.h36 RectF CalculateCurvedCompression(const ScreenProperty& screenProperty);
44 void CheckBoundaryRects(std::vector<DMRect>& boundaryRects, ScreenProperty screenProperty);
H A Dscreen_session_manager.h247 void OnPropertyChange(const ScreenProperty& newProperty, ScreenPropertyChangeReason reason,
259 ScreenProperty GetScreenProperty(ScreenId screenId) override;
264 ScreenProperty GetPhyScreenProperty(ScreenId screenId) override;
331 void CreateScreenProperty(ScreenId screenId, ScreenProperty& property);
332 void InitScreenDensity(sptr<ScreenSession> session, const ScreenProperty& property);
333 float CalcDefaultExtendScreenDensity(const ScreenProperty& property);
334 sptr<ScreenSession> GetScreenSessionInner(ScreenId screenId, ScreenProperty property);
336 ScreenProperty property);
491 std::map<ScreenId, ScreenProperty> phyScreenPropMap_;
/foundation/window/window_manager/window_scene/screen_session_manager_client/include/
H A Dscreen_session_manager_client.h50 std::map<ScreenId, ScreenProperty> GetAllScreensProperties() const;
56 ScreenProperty GetPhyScreenProperty(ScreenId screenId);
98 const ScreenProperty& property, ScreenPropertyChangeReason reason) override;
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_utils.h32 static napi_value CreateJsScreenProperty(napi_env env, const ScreenProperty& screenProperty);
H A Djs_screen_session.h51 void OnPropertyChange(const ScreenProperty& newProperty, ScreenPropertyChangeReason reason,
H A Djs_screen_utils.cpp50 napi_value JsScreenUtils::CreateJsScreenProperty(napi_env env, const ScreenProperty& screenProperty) in CreateJsScreenProperty()
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/
H A Dscreen_session_manager_client.cpp174 const ScreenProperty& property, ScreenPropertyChangeReason reason) in OnPropertyChanged()
285 std::map<ScreenId, ScreenProperty> ScreenSessionManagerClient::GetAllScreensProperties() const in GetAllScreensProperties()
288 std::map<ScreenId, ScreenProperty> screensProperties; in GetAllScreensProperties()
347 ScreenProperty ScreenSessionManagerClient::GetPhyScreenProperty(ScreenId screenId) in GetPhyScreenProperty()
457 ScreenProperty screenProperty = screenSession->GetScreenProperty(); in SwitchUserCallback()
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_interface.h161 virtual ScreenProperty GetScreenProperty(ScreenId screenId) { return ScreenProperty(); } in GetScreenProperty()
168 virtual ScreenProperty GetPhyScreenProperty(ScreenId screenId) { return ScreenProperty(); } in GetPhyScreenProperty()
H A Dscreen_session_manager_proxy.h153 ScreenProperty GetScreenProperty(ScreenId screenId) override;
160 ScreenProperty GetPhyScreenProperty(ScreenId screenId) override;
/foundation/window/window_manager/window_scene/screen_session_manager/include/fold_screen_controller/
H A Dfold_screen_policy.h50 ScreenProperty screenProperty_;
/foundation/window/window_manager/window_scene/screen_session_manager_client/include/zidl/
H A Dscreen_session_manager_client_interface.h54 const ScreenProperty& property, ScreenPropertyChangeReason reason) = 0;
H A Dscreen_session_manager_client_proxy.h34 const ScreenProperty& property, ScreenPropertyChangeReason reason) override;
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_cutout_controller.cpp58 ScreenProperty screenProperty = ScreenSessionManager::GetInstance().GetScreenProperty(displayInfo->GetScreenId()); in ConvertBoundaryRectsByRotation()
134 void ScreenCutoutController::CheckBoundaryRects(std::vector<DMRect>& boundaryRects, ScreenProperty screenProperty) in CheckBoundaryRects()
251 RectF ScreenCutoutController::CalculateCurvedCompression(const ScreenProperty& screenProperty) in CalculateCurvedCompression()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp186 ScreenProperty screenProperty = screenSession->GetScreenProperty(); in GetTargetRect()
218 ScreenProperty screenProperty = screenSession->GetScreenProperty(); in InitCrossDisplayProperty()
519 ScreenProperty screenProperty = screenSession->GetScreenProperty(); in GetScreenRectById()
540 ScreenProperty screenProperty = screenSession->GetScreenProperty(); in CalcUnifiedTranslate()
1086 std::map<ScreenId, ScreenProperty> screenProperties = ScreenSessionManagerClient::GetInstance(). in GetNewAddedDisplayIdsDuringMoveDrag()
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/zidl/
H A Dscreen_session_manager_client_stub.cpp120 ScreenProperty property; in HandleOnPropertyChanged()

Completed in 23 milliseconds

12