Home
last modified time | relevance | path

Searched refs:SetAnchorAndScale (Results 1 - 21 of 21) sorted by relevance

/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_display_zoom_controller_test.cpp64 displayController_->SetAnchorAndScale(1, 1, 10.0); in HWTEST_F()
80 displayController_->SetAnchorAndScale(1, 1, 10.0); in HWTEST_F()
95 displayController_->SetAnchorAndScale(1, 1, -1); in HWTEST_F()
96 displayController_->SetAnchorAndScale(1, 1, 0.1); in HWTEST_F()
H A Dwindow_manager_stub_impl.h134 void SetAnchorAndScale(int32_t x, int32_t y, float scale){}; in SetAnchorAndScale() function in OHOS::Rosen::WindowManagerStubImpl
H A Dwindow_manager_proxy_test.cpp467 * @tc.name: SetAnchorAndScale
471 HWTEST_F(WindowManagerProxyTest, SetAnchorAndScale, Function | SmallTest | Level2) in HWTEST_F()
478 windowManagerProxy_->SetAnchorAndScale(x, y, scale); in HWTEST_F()
H A Dwindow_manager_service_test.cpp849 * @tc.name: SetAnchorAndScale
850 * @tc.desc: SetAnchorAndScale test
853 HWTEST_F(WindowManagerServiceTest, SetAnchorAndScale, Function | SmallTest | Level2) in HWTEST_F()
859 wms->SetAnchorAndScale(x, y, scale); in HWTEST_F()
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_display_zoom_test.cpp66 * @tc.desc: test interface SetAnchorAndScale
87 WindowAccessibilityController::GetInstance().SetAnchorAndScale(0, 0, 2); in HWTEST_F()
95 WindowAccessibilityController::GetInstance().SetAnchorAndScale(0, 0, 2); in HWTEST_F()
100 WindowAccessibilityController::GetInstance().SetAnchorAndScale(0, 0, 0.5); in HWTEST_F()
105 WindowAccessibilityController::GetInstance().SetAnchorAndScale(0, 0, 0.1); in HWTEST_F()
109 WindowAccessibilityController::GetInstance().SetAnchorAndScale(0, 0, -0.1); in HWTEST_F()
133 WindowAccessibilityController::GetInstance().SetAnchorAndScale(0, 0, 2); in HWTEST_F()
170 WindowAccessibilityController::GetInstance().SetAnchorAndScale(0, 0, 2); in HWTEST_F()
189 WindowAccessibilityController::GetInstance().SetAnchorAndScale(0, 0, 2); in HWTEST_F()
229 WindowAccessibilityController::GetInstance().SetAnchorAndScale( in HWTEST_F()
[all...]
/foundation/window/window_manager/wm/src/
H A Dwindow_accessibility_controller.cpp25 void WindowAccessibilityController::SetAnchorAndScale(int32_t x, int32_t y, float scale) in SetAnchorAndScale() function in OHOS::Rosen::WindowAccessibilityController
27 SingletonContainer::Get<WindowAdapter>().SetAnchorAndScale(x, y, scale); in SetAnchorAndScale()
H A Dwindow_adapter.cpp553 void WindowAdapter::SetAnchorAndScale(int32_t x, int32_t y, float scale) in SetAnchorAndScale() function in OHOS::Rosen::WindowAdapter
559 wmsProxy->SetAnchorAndScale(x, y, scale); in SetAnchorAndScale()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_accessibility_controller.h38 void SetAnchorAndScale(int32_t x, int32_t y, float scale);
/foundation/window/window_manager/wmserver/include/
H A Ddisplay_zoom_controller.h31 void SetAnchorAndScale(int32_t x, int32_t y, float scale);
H A Dwindow_controller.h78 void SetAnchorAndScale(int32_t x, int32_t y, float scale);
H A Dwindow_manager_service.h147 void SetAnchorAndScale(int32_t x, int32_t y, float scale) override;
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_proxy.h70 void SetAnchorAndScale(int32_t x, int32_t y, float scale) override;
H A Dwindow_manager_interface.h131 virtual void SetAnchorAndScale(int32_t x, int32_t y, float scale) = 0;
/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_interface.h232 void SetAnchorAndScale(int32_t x, int32_t y, float scale) override {}
/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h80 virtual void SetAnchorAndScale(int32_t x, int32_t y, float scale);
/foundation/window/window_manager/wmserver/src/
H A Ddisplay_zoom_controller.cpp24 void DisplayZoomController::SetAnchorAndScale(int32_t x, int32_t y, float scale) in SetAnchorAndScale() function in OHOS::Rosen::DisplayZoomController
H A Dwindow_manager_service.cpp1536 void WindowManagerService::SetAnchorAndScale(int32_t x, int32_t y, float scale) in SetAnchorAndScale() function in OHOS::Rosen::WindowManagerService
1539 windowController_->SetAnchorAndScale(x, y, scale); in SetAnchorAndScale()
1541 PostAsyncTask(task, "SetAnchorAndScale"); in SetAnchorAndScale()
H A Dwindow_controller.cpp1867 void WindowController::SetAnchorAndScale(int32_t x, int32_t y, float scale) in SetAnchorAndScale() function in OHOS::Rosen::WindowController
1869 displayZoomController_->SetAnchorAndScale(x, y, scale); in SetAnchorAndScale()
/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp392 SetAnchorAndScale(x, y, scale); in OnRemoteRequest()
H A Dwindow_manager_proxy.cpp946 void WindowManagerProxy::SetAnchorAndScale(int32_t x, int32_t y, float scale) in SetAnchorAndScale() function in OHOS::Rosen::WindowManagerProxy
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp844 WindowAccessibilityController::GetInstance().SetAnchorAndScale(x, y, scale); in WindowImplFuzzTest01()

Completed in 20 milliseconds