Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h53 enum class TargetRectCoordinate { class in OHOS::OHOS::Rosen::MoveDragController
69 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()
166 case TargetRectCoordinate::GLOBAL: in GetTargetRect()
172 case TargetRectCoordinate::RELATED_TO_START_DISPLAY: in GetTargetRect()
174 case TargetRectCoordinate::RELATED_TO_END_DISPLAY: in GetTargetRect()
478 moveDragEndDisplayId_ = GetTargetRect(TargetRectCoordinate::GLOBAL).IsOverlap(screenRect) ? in ConsumeDragEvent()
1085 WSRect windowRect = GetTargetRect(TargetRectCoordinate::GLOBAL); in GetNewAddedDisplayIdsDuringMoveDrag()
H A Dscene_session.cpp2398 MoveDragController::TargetRectCoordinate::RELATED_TO_END_DISPLAY : in OnMoveDragCallback()
2399 MoveDragController::TargetRectCoordinate::RELATED_TO_START_DISPLAY); in OnMoveDragCallback()
2401 MoveDragController::TargetRectCoordinate::RELATED_TO_END_DISPLAY : in OnMoveDragCallback()
2402 MoveDragController::TargetRectCoordinate::GLOBAL); in OnMoveDragCallback()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp173 WSRect res = moveDragController->GetTargetRect(MoveDragController::TargetRectCoordinate::GLOBAL); in HWTEST_F()

Completed in 13 milliseconds