Searched refs:CalcFreeformTargetRect (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | move_drag_controller_test.cpp | 373 * @tc.name: CalcFreeformTargetRect 374 * @tc.desc: test function : CalcFreeformTargetRect 377 HWTEST_F(MoveDragControllerTest, CalcFreeformTargetRect, Function | SmallTest | Level1) in HWTEST_F() 384 moveDragController->CalcFreeformTargetRect(type, tranX, tranY, originalRect); in HWTEST_F() 386 moveDragController->CalcFreeformTargetRect(type, tranX, tranY, originalRect); in HWTEST_F() 388 moveDragController->CalcFreeformTargetRect(type, tranX, tranY, originalRect); in HWTEST_F() 391 moveDragController->CalcFreeformTargetRect(type, tranX, tranY, originalRect); in HWTEST_F() 394 moveDragController->CalcFreeformTargetRect(type, tranX, tranY, originalRect); in HWTEST_F() 398 moveDragController->CalcFreeformTargetRect(type, tranX, tranY, originalRect); in HWTEST_F() 402 moveDragController->CalcFreeformTargetRect(typ in HWTEST_F() [all...] |
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | move_drag_controller.h | 146 WSRect CalcFreeformTargetRect(AreaType type, int32_t tranX, int32_t tranY, WSRect originalRect);
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | move_drag_controller.cpp | 428 CalcFreeformTargetRect(type_, trans.first, trans.second, moveDragProperty_.originalRect_); in CalcDragTargetRect() 628 WSRect MoveDragController::CalcFreeformTargetRect(AreaType type, int32_t tranX, int32_t tranY, WSRect originalRect) in CalcFreeformTargetRect() function in OHOS::Rosen::MoveDragController
|
Completed in 4 milliseconds