Searched refs:InitMainAxis (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | move_drag_controller_test.cpp | 552 moveDragController->InitMainAxis(type, tranX, tranY); in HWTEST_F() 554 moveDragController->InitMainAxis(type, tranX, tranY); in HWTEST_F() 556 moveDragController->InitMainAxis(type, tranX, tranY); in HWTEST_F() 558 moveDragController->InitMainAxis(type, tranX, tranY); in HWTEST_F() 562 moveDragController->InitMainAxis(type, tranX, tranY); in HWTEST_F() 564 moveDragController->InitMainAxis(type, tranX, tranY); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | move_drag_controller.h | 152 bool InitMainAxis(AreaType type, int32_t tranX, int32_t tranY);
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | move_drag_controller.cpp | 675 if (!InitMainAxis(type, tranX, tranY)) { in CalcFixedAspectRatioTargetRect() 797 bool MoveDragController::InitMainAxis(AreaType type, int32_t tranX, int32_t tranY) in InitMainAxis() function in OHOS::Rosen::MoveDragController
|
Completed in 4 milliseconds