Home
last modified time | relevance | path

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

/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()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_display_zoom_controller_test.cpp65 displayController_->SetAnchorOffset(1, 1); in HWTEST_F()
81 displayController_->SetAnchorOffset(1, 1); in HWTEST_F()
H A Dwindow_manager_stub_impl.h135 void SetAnchorOffset(int32_t deltaX, int32_t deltaY){}; in SetAnchorOffset() function in OHOS::Rosen::WindowManagerStubImpl
H A Dwindow_manager_proxy_test.cpp484 * @tc.name: SetAnchorOffset
488 HWTEST_F(WindowManagerProxyTest, SetAnchorOffset, Function | SmallTest | Level2) in HWTEST_F()
494 windowManagerProxy_->SetAnchorOffset(deltaX, deltaY); in HWTEST_F()
H A Dwindow_manager_service_test.cpp863 * @tc.name: SetAnchorOffset
864 * @tc.desc: SetAnchorOffset test
867 HWTEST_F(WindowManagerServiceTest, SetAnchorOffset, Function | SmallTest | Level2) in HWTEST_F()
872 wms->SetAnchorOffset(deltaX, deltaY); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_accessibility_controller.h45 void SetAnchorOffset(int32_t deltaX, int32_t deltaY);
/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.h148 void SetAnchorOffset(int32_t deltaX, int32_t deltaY) override;
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_display_zoom_test.cpp119 * @tc.desc: test interface SetAnchorOffset
135 WindowAccessibilityController::GetInstance().SetAnchorOffset(-100, -100); in HWTEST_F()
145 WindowAccessibilityController::GetInstance().SetAnchorOffset(200, 200); in HWTEST_F()
H A Dwindow_effect_test.cpp202 WindowAccessibilityController::GetInstance().SetAnchorOffset(-100, -100); in HWTEST_F()
/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;
/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_interface.h233 void SetAnchorOffset(int32_t deltaX, int32_t deltaY) override {}
/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h81 virtual void SetAnchorOffset(int32_t deltaX, int32_t deltaY);
/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
66 WLOGFD("DisplayZoom: SetAnchorOffset"); in SetAnchorOffset()
H A Dwindow_manager_service.cpp1544 void WindowManagerService::SetAnchorOffset(int32_t deltaX, int32_t deltaY) in SetAnchorOffset() function in OHOS::Rosen::WindowManagerService
1547 windowController_->SetAnchorOffset(deltaX, deltaY); in SetAnchorOffset()
1549 PostAsyncTask(task, "SetAnchorOffset"); 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()
/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp401 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
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp849 WindowAccessibilityController::GetInstance().SetAnchorOffset(deltaX, deltaY); in WindowImplFuzzTest01()

Completed in 21 milliseconds