Home
last modified time | relevance | path

Searched refs:CalcMoveTargetRect (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h141 bool CalcMoveTargetRect(const std::shared_ptr<MMI::PointerEvent>& pointerEvent, const WSRect& originalRect);
/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp291 * @tc.name: CalcMoveTargetRect
292 * @tc.desc: test function : CalcMoveTargetRect
295 HWTEST_F(MoveDragControllerTest, CalcMoveTargetRect, Function | SmallTest | Level1) in HWTEST_F()
302 moveDragController->CalcMoveTargetRect(pointerEvent, originalRect); in HWTEST_F()
311 moveDragController->CalcMoveTargetRect(pointerEvent, originalRect); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp369 if (CalcMoveTargetRect(pointerEvent, originalRect)) { in ConsumeMoveEvent()
551 bool MoveDragController::CalcMoveTargetRect(const std::shared_ptr<MMI::PointerEvent>& pointerEvent, in CalcMoveTargetRect() function in OHOS::Rosen::MoveDragController

Completed in 6 milliseconds