Searched refs:CalcFirstMoveTargetRect (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | move_drag_controller_test.cpp | 743 HWTEST_F(MoveDragControllerTest, CalcFirstMoveTargetRect, Function | SmallTest | Level1) 747 moveDragController->CalcFirstMoveTargetRect(windowRect, false); 750 moveDragController->CalcFirstMoveTargetRect(windowRect, false); 756 moveDragController->CalcFirstMoveTargetRect(windowRect, false); 759 moveDragController->CalcFirstMoveTargetRect(windowRect, false); 762 moveDragController->CalcFirstMoveTargetRect(windowRect, false); 765 moveDragController->CalcFirstMoveTargetRect(windowRect, false); 768 moveDragController->CalcFirstMoveTargetRect(windowRect, false); 770 moveDragController->CalcFirstMoveTargetRect(windowRect, true); 786 moveDragController->CalcFirstMoveTargetRect(windowRect, true);
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | move_drag_controller.h | 60 void CalcFirstMoveTargetRect(const WSRect& windowRect, bool isFullToFloating);
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | move_drag_controller.cpp | 744 void MoveDragController::CalcFirstMoveTargetRect(const WSRect& windowRect, bool isFullToFloating) in CalcFirstMoveTargetRect() function in OHOS::Rosen::MoveDragController
|
H A D | scene_session.cpp | 592 session->moveDragController_->CalcFirstMoveTargetRect(rect, true); in OnSessionEvent() 595 session->moveDragController_->CalcFirstMoveTargetRect(session->winRect_, false); in OnSessionEvent()
|