Home
last modified time | relevance | path

Searched refs:SetAnchorOffset (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_accessibility_controller.cpp30 void WindowAccessibilityController::SetAnchorOffset(int32_t deltaX, int32_t deltaY) in SetAnchorOffset() function in OHOS::Rosen::WindowAccessibilityController
32 SingletonContainer::Get<WindowAdapter>().SetAnchorOffset(deltaX, deltaY); in SetAnchorOffset()
H A Dwindow_adapter.cpp562 void WindowAdapter::SetAnchorOffset(int32_t deltaX, int32_t deltaY) in SetAnchorOffset() function in OHOS::Rosen::WindowAdapter
568 wmsProxy->SetAnchorOffset(deltaX, deltaY); in SetAnchorOffset()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_display_zoom_controller_test.cpp65 displayController_->SetAnchorOffset(1, 1);
81 displayController_->SetAnchorOffset(1, 1);
H A Dwindow_manager_stub_impl.h135 void SetAnchorOffset(int32_t deltaX, int32_t deltaY){}; in SetAnchorOffset() function
H A Dwindow_manager_proxy_test.cpp488 HWTEST_F(WindowManagerProxyTest, SetAnchorOffset, Function | SmallTest | Level2)
494 windowManagerProxy_->SetAnchorOffset(deltaX, deltaY);
H A Dwindow_manager_service_test.cpp867 HWTEST_F(WindowManagerServiceTest, SetAnchorOffset, Function | SmallTest | Level2)
872 wms->SetAnchorOffset(deltaX, deltaY);
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_accessibility_controller.h45 void SetAnchorOffset(int32_t deltaX, int32_t deltaY);
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Ddisplay_zoom_controller.h32 void SetAnchorOffset(int32_t deltaX, int32_t deltaY);
H A Dwindow_controller.h79 void SetAnchorOffset(int32_t deltaX, int32_t deltaY);
H A Dwindow_manager_service.h149 void SetAnchorOffset(int32_t deltaX, int32_t deltaY) override;
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_display_zoom_test.cpp135 WindowAccessibilityController::GetInstance().SetAnchorOffset(-100, -100);
145 WindowAccessibilityController::GetInstance().SetAnchorOffset(200, 200);
H A Dwindow_effect_test.cpp200 WindowAccessibilityController::GetInstance().SetAnchorOffset(-100, -100);
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_proxy.h71 void SetAnchorOffset(int32_t deltaX, int32_t deltaY) override;
H A Dwindow_manager_interface.h132 virtual void SetAnchorOffset(int32_t deltaX, int32_t deltaY) = 0;
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h81 virtual void SetAnchorOffset(int32_t deltaX, int32_t deltaY);
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp293 SetAnchorOffset(deltaX, deltaY); in OnRemoteRequest()
H A Dwindow_manager_proxy.cpp978 void WindowManagerProxy::SetAnchorOffset(int32_t deltaX, int32_t deltaY) in SetAnchorOffset() function in OHOS::Rosen::WindowManagerProxy
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Ddisplay_zoom_controller.cpp64 void DisplayZoomController::SetAnchorOffset(int32_t deltaX, int32_t deltaY) in SetAnchorOffset() function in OHOS::Rosen::DisplayZoomController
H A Dwindow_manager_service.cpp1537 void WindowManagerService::SetAnchorOffset(int32_t deltaX, int32_t deltaY) in SetAnchorOffset() function in OHOS::Rosen::WindowManagerService
1540 windowController_->SetAnchorOffset(deltaX, deltaY); in SetAnchorOffset()
H A Dwindow_controller.cpp1853 void WindowController::SetAnchorOffset(int32_t deltaX, int32_t deltaY) in SetAnchorOffset() function in OHOS::Rosen::WindowController
1855 displayZoomController_->SetAnchorOffset(deltaX, deltaY); in SetAnchorOffset()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_interface.h226 void SetAnchorOffset(int32_t deltaX, int32_t deltaY) override {} in SetAnchorOffset() function
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp849 WindowAccessibilityController::GetInstance().SetAnchorOffset(deltaX, deltaY); in WindowImplFuzzTest01()