Home
last modified time | relevance | path

Searched refs:SetDisplayScale (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_display_manager.cpp137 void AccessibilityDisplayManager::SetDisplayScale(const uint64_t screenId, in SetDisplayScale() function in OHOS::Accessibility::AccessibilityDisplayManager
142 Rosen::DisplayManager::GetInstance().SetDisplayScale(screenId, scaleX, in SetDisplayScale()
H A Daccessibility_zoom_gesture.cpp789 displayMgr.SetDisplayScale(screenId_, scaleRatio_, scaleRatio_, x, y); in OnZoom()
803 …displayMgr.SetDisplayScale(currentScreen, NORMAL_SCALE, NORMAL_SCALE, DEFAULT_ANCHOR, DEFAULT_ANCH… in OffZoom()
843 displayMgr.SetDisplayScale(screenId_, scaleRatio_, scaleRatio_, x, y); in OnScroll()
876 displayMgr.SetDisplayScale(screenId_, scaleRatio_, scaleRatio_, x, y); in OnScale()
H A Daccessible_ability_manager_service.cpp2860 … displayMgr.SetDisplayScale(currentScreen, normalScale, normalScale, defaultAnchor, defaultAnchor); in OffZoomGesture()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_display_manager.h43 …void SetDisplayScale(const uint64_t screenId, float scaleX, float scaleY, float pivotX, float pivo…
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_display_manager.cpp140 void AccessibilityDisplayManager::SetDisplayScale(const uint64_t screenId, in SetDisplayScale() function in OHOS::Accessibility::AccessibilityDisplayManager
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp617 void DisplayManagerAdapter::SetDisplayScale(ScreenId screenId, in SetDisplayScale() function in OHOS::Rosen::DisplayManagerAdapter
622 return displayManagerServiceProxy_->SetDisplayScale(screenId, scaleX, scaleY, pivotX, pivotY); in SetDisplayScale()
H A Ddisplay_manager.cpp63 void SetDisplayScale(ScreenId screenId, float scaleX, float scaleY, float pivotX, float pivotY);
1017 void DisplayManager::SetDisplayScale(ScreenId screenId, float scaleX, float scaleY, float pivotX, f… in SetDisplayScale() function in OHOS::Rosen::DisplayManager
1019 pImpl_->SetDisplayScale(screenId, scaleX, scaleY, pivotX, pivotY); in SetDisplayScale()
1022 void DisplayManager::Impl::SetDisplayScale(ScreenId screenId, in SetDisplayScale() function in OHOS::Rosen::DisplayManager::Impl
1025 …SingletonContainer::Get<DisplayManagerAdapter>().SetDisplayScale(screenId, scaleX, scaleY, pivotX,… in SetDisplayScale()
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_adapter_test.cpp832 HWTEST_F(DisplayManagerAdapterTest, SetDisplayScale, Function | SmallTest | Level2)
842 displayManagerAdapter.SetDisplayScale(screenId, scaleX, scaleY, pivotX, pivotY);
H A Ddisplay_manager_test.cpp1144 HWTEST_F(DisplayManagerTest, SetDisplayScale, Function | SmallTest | Level1)
1155 displayManager.SetDisplayScale(screenId, scaleX, scaleY, pivotX, pivotY);
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay_manager.h610 void SetDisplayScale(ScreenId screenId, float scaleX, float scaleY, float pivotX, float pivotY);
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h89 …virtual void SetDisplayScale(ScreenId screenId, float scaleX, float scaleY, float pivotX, float pi…
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_interface.h166 …virtual void SetDisplayScale(ScreenId screenId, float scaleX, float scaleY, float pivotX, float pi… in SetDisplayScale() function
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h129 void SetDisplayScale(ScreenId screenId, float scaleX, float scaleY,
H A Dscreen_session_manager_interface.h134 …void SetDisplayScale(ScreenId screenId, float scaleX, float scaleY, float pivotX, float pivotY) ov… in SetDisplayScale() function
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp1834 HWTEST_F(ScreenSessionManagerTest, SetDisplayScale, Function | SmallTest | Level3)
1842 ssm_->SetDisplayScale(fakeScreenId, scaleX, scaleY, pivotX, pivotY);
1843 ssm_->SetDisplayScale(ssm_->GetDefaultScreenId(), scaleX, scaleY, pivotX, pivotY);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h210 void SetDisplayScale(ScreenId screenId, float scaleX, float scaleY,
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp595 SetDisplayScale(screenId, scaleX, scaleY, pivotX, pivotY); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp1994 void ScreenSessionManagerProxy::SetDisplayScale(ScreenId screenId, float scaleX, float scaleY, floa… in SetDisplayScale() function in OHOS::Rosen::ScreenSessionManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp4711 void ScreenSessionManager::SetDisplayScale(ScreenId screenId, float scaleX, float scaleY, float piv… in SetDisplayScale() function in OHOS::Rosen::ScreenSessionManager