Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp440 moveDragController->CalcFixedAspectRatioTranslateLimits(type, axis);
442 moveDragController->CalcFixedAspectRatioTranslateLimits(type, axis);
444 moveDragController->CalcFixedAspectRatioTranslateLimits(type, axis);
446 moveDragController->CalcFixedAspectRatioTranslateLimits(type, axis);
449 moveDragController->CalcFixedAspectRatioTranslateLimits(type, axis);
452 moveDragController->CalcFixedAspectRatioTranslateLimits(type, axis);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h111 void CalcFixedAspectRatioTranslateLimits(AreaType type, AxisType axis);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp510 void MoveDragController::CalcFixedAspectRatioTranslateLimits(AreaType type, AxisType axis) in CalcFixedAspectRatioTranslateLimits() function in OHOS::Rosen::MoveDragController
587 CalcFixedAspectRatioTranslateLimits(type, mainMoveAxis_); in InitMainAxis()