Home
last modified time | relevance | path

Searched refs:GetTargetRect (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp164 * @tc.name: GetTargetRect
165 * @tc.desc: test function : GetTargetRect
168 HWTEST_F(MoveDragControllerTest, GetTargetRect, Function | SmallTest | Level1) in HWTEST_F()
173 WSRect res = moveDragController->GetTargetRect(MoveDragController::TargetRectCoordinate::GLOBAL); in HWTEST_F()
179 res = moveDragController->GetTargetRect(); in HWTEST_F()
853 WSRect targetRect = moveDragController->GetTargetRect(); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h69 WSRect GetTargetRect(TargetRectCoordinate coordinate = TargetRectCoordinate::RELATED_TO_START_DISPLAY) const;
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp162 WSRect MoveDragController::GetTargetRect(TargetRectCoordinate coordinate) const in GetTargetRect() function in OHOS::Rosen::MoveDragController
478 moveDragEndDisplayId_ = GetTargetRect(TargetRectCoordinate::GLOBAL).IsOverlap(screenRect) ? in ConsumeDragEvent()
1085 WSRect windowRect = GetTargetRect(TargetRectCoordinate::GLOBAL); in GetNewAddedDisplayIdsDuringMoveDrag()
H A Dscene_session.cpp483 WSRect rect = session->moveDragController_->GetTargetRect(); in OnSessionEvent()
2397 WSRect rect = moveDragController_->GetTargetRect(reason == SizeChangeReason::DRAG_END ? in OnMoveDragCallback()
2400 WSRect globalRect = moveDragController_->GetTargetRect(reason == SizeChangeReason::DRAG_END ? in OnMoveDragCallback()
4255 rect = moveDragController_->GetTargetRect(); in GetSessionTargetRect()

Completed in 12 milliseconds