/ohos5.0/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()
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_display_zoom_controller_test.cpp | 65 displayController_->SetAnchorOffset(1, 1); 81 displayController_->SetAnchorOffset(1, 1);
|
H A D | window_manager_stub_impl.h | 135 void SetAnchorOffset(int32_t deltaX, int32_t deltaY){}; in SetAnchorOffset() function
|
H A D | window_manager_proxy_test.cpp | 488 HWTEST_F(WindowManagerProxyTest, SetAnchorOffset, Function | SmallTest | Level2) 494 windowManagerProxy_->SetAnchorOffset(deltaX, deltaY);
|
H A D | window_manager_service_test.cpp | 867 HWTEST_F(WindowManagerServiceTest, SetAnchorOffset, Function | SmallTest | Level2) 872 wms->SetAnchorOffset(deltaX, deltaY);
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_accessibility_controller.h | 45 void SetAnchorOffset(int32_t deltaX, int32_t deltaY);
|
/ohos5.0/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 | 149 void SetAnchorOffset(int32_t deltaX, int32_t deltaY) override;
|
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_display_zoom_test.cpp | 135 WindowAccessibilityController::GetInstance().SetAnchorOffset(-100, -100); 145 WindowAccessibilityController::GetInstance().SetAnchorOffset(200, 200);
|
H A D | window_effect_test.cpp | 200 WindowAccessibilityController::GetInstance().SetAnchorOffset(-100, -100);
|
/ohos5.0/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;
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 81 virtual void SetAnchorOffset(int32_t deltaX, int32_t deltaY);
|
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/ |
H A D | window_manager_stub.cpp | 293 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
|
/ohos5.0/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
|
H A D | window_manager_service.cpp | 1537 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 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()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_interface.h | 226 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 D | window_fuzzer.cpp | 849 WindowAccessibilityController::GetInstance().SetAnchorOffset(deltaX, deltaY); in WindowImplFuzzTest01()
|