Home
last modified time | relevance | path

Searched refs:InitMainAxis (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp485 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 Dmove_drag_controller.h113 bool InitMainAxis(AreaType type, int32_t tranX, int32_t tranY);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp447 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