Searched refs:InitMainAxis (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | move_drag_controller_test.cpp | 485 moveDragController->InitMainAxis(type, tranX, tranY); 487 moveDragController->InitMainAxis(type, tranX, tranY); 489 moveDragController->InitMainAxis(type, tranX, tranY); 491 moveDragController->InitMainAxis(type, tranX, tranY); 495 moveDragController->InitMainAxis(type, tranX, tranY); 497 moveDragController->InitMainAxis(type, tranX, tranY);
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | move_drag_controller.h | 113 bool InitMainAxis(AreaType type, int32_t tranX, int32_t tranY);
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | move_drag_controller.cpp | 447 if (!InitMainAxis(type, tranX, tranY)) { in CalcFixedAspectRatioTargetRect() 576 bool MoveDragController::InitMainAxis(AreaType type, int32_t tranX, int32_t tranY) in InitMainAxis() function in OHOS::Rosen::MoveDragController
|