/foundation/window/window_manager/wm/src/ |
H A D | window_accessibility_controller.cpp | 30 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 D | window_adapter.cpp | 562 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 D | window_display_zoom_controller_test.cpp | 65 displayController_->SetAnchorOffset(1, 1); in HWTEST_F() 81 displayController_->SetAnchorOffset(1, 1); in HWTEST_F()
|
H A D | window_manager_stub_impl.h | 135 void SetAnchorOffset(int32_t deltaX, int32_t deltaY){}; in SetAnchorOffset() function in OHOS::Rosen::WindowManagerStubImpl
|
H A D | window_manager_proxy_test.cpp | 484 * @tc.name: SetAnchorOffset 488 HWTEST_F(WindowManagerProxyTest, SetAnchorOffset, Function | SmallTest | Level2) in HWTEST_F() 494 windowManagerProxy_->SetAnchorOffset(deltaX, deltaY); in HWTEST_F()
|
H A D | window_manager_service_test.cpp | 863 * @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 D | window_accessibility_controller.h | 45 void SetAnchorOffset(int32_t deltaX, int32_t deltaY);
|
/foundation/window/window_manager/wmserver/include/ |
H A D | display_zoom_controller.h | 32 void SetAnchorOffset(int32_t deltaX, int32_t deltaY);
|
H A D | window_controller.h | 79 void SetAnchorOffset(int32_t deltaX, int32_t deltaY);
|
H A D | window_manager_service.h | 148 void SetAnchorOffset(int32_t deltaX, int32_t deltaY) override;
|
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_display_zoom_test.cpp | 119 * @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 D | window_effect_test.cpp | 202 WindowAccessibilityController::GetInstance().SetAnchorOffset(-100, -100);
in HWTEST_F()
|
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_proxy.h | 71 void SetAnchorOffset(int32_t deltaX, int32_t deltaY) override;
|
H A D | window_manager_interface.h | 132 virtual void SetAnchorOffset(int32_t deltaX, int32_t deltaY) = 0;
|
/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_interface.h | 233 void SetAnchorOffset(int32_t deltaX, int32_t deltaY) override {}
|
/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 81 virtual void SetAnchorOffset(int32_t deltaX, int32_t deltaY);
|
/foundation/window/window_manager/wmserver/src/ |
H A D | display_zoom_controller.cpp | 64 void DisplayZoomController::SetAnchorOffset(int32_t deltaX, int32_t deltaY) in SetAnchorOffset() function in OHOS::Rosen::DisplayZoomController 66 WLOGFD("DisplayZoom: SetAnchorOffset"); in SetAnchorOffset()
|
H A D | window_manager_service.cpp | 1544 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 D | window_controller.cpp | 1853 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 D | window_manager_stub.cpp | 401 SetAnchorOffset(deltaX, deltaY); in OnRemoteRequest()
|
H A D | window_manager_proxy.cpp | 978 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 D | window_fuzzer.cpp | 849 WindowAccessibilityController::GetInstance().SetAnchorOffset(deltaX, deltaY); in WindowImplFuzzTest01()
|