Home
last modified time | relevance | path

Searched refs:CalcFirstMoveTargetRect (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp743 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 Dmove_drag_controller.h60 void CalcFirstMoveTargetRect(const WSRect& windowRect, bool isFullToFloating);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp744 void MoveDragController::CalcFirstMoveTargetRect(const WSRect& windowRect, bool isFullToFloating) in CalcFirstMoveTargetRect() function in OHOS::Rosen::MoveDragController
H A Dscene_session.cpp592 session->moveDragController_->CalcFirstMoveTargetRect(rect, true); in OnSessionEvent()
595 session->moveDragController_->CalcFirstMoveTargetRect(session->winRect_, false); in OnSessionEvent()