Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp796 HWTEST_F(MoveDragControllerTest, GetFullScreenToFloatingRect, Function | SmallTest | Level1)
802 WSRect rect = moveDragController->GetFullScreenToFloatingRect(originalRect, windowRect);
806 rect = moveDragController->GetFullScreenToFloatingRect(originalRect, windowRect);
810 rect = moveDragController->GetFullScreenToFloatingRect(originalRect, windowRect);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h61 WSRect GetFullScreenToFloatingRect(const WSRect& originalRect, const WSRect& windowRect);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp115 WSRect MoveDragController::GetFullScreenToFloatingRect(const WSRect& originalRect, const WSRect& wi… in GetFullScreenToFloatingRect() function in OHOS::Rosen::MoveDragController
H A Dscene_session.cpp588 … WSRect rect = session->moveDragController_->GetFullScreenToFloatingRect(session->winRect_, in OnSessionEvent()