Home
last modified time | relevance | path

Searched refs:wsRect (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp218 WSRect wsRect = { x, y, rect.width_, rect.height_ }; in MoveTo() local
219 WSError error = UpdateRect(wsRect, SizeChangeReason::MOVE); in MoveTo()
231 WSRect wsRect = { rect.posX_, rect.posY_, width, height }; in Resize() local
232 WSError error = UpdateRect(wsRect, SizeChangeReason::RESIZE); in Resize()
H A Dwindow_scene_session_impl.cpp1103 WSRect wsRect = { requestRect.posX_, requestRect.posY_, requestRect.width_, requestRect.height_ }; in PreLayoutOnShow() local
1104 hostSession->UpdateClientRect(wsRect); in PreLayoutOnShow()
1495 WSRect wsRect = { newRect.posX_, newRect.posY_, newRect.width_, newRect.height_ }; in MoveTo() local
1498 auto ret = hostSession->UpdateSessionRect(wsRect, SizeChangeReason::MOVE, isMoveToGlobal); in MoveTo()
1681 WSRect wsRect = { newRect.posX_, newRect.posY_, newRect.width_, newRect.height_ }; in Resize() local
1684 auto ret = hostSession->UpdateSessionRect(wsRect, SizeChangeReason::RESIZE); in Resize()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp971 WSRect wsRect = { rect.posX_, rect.posY_, rect.width_, rect.height_ }; in CreateJsSessionRecoverInfo() local
972 napi_set_named_property(env, objValue, "recoverRect", CreateJsSessionRect(env, wsRect)); in CreateJsSessionRecoverInfo()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4310 WSRect wsRect = SessionHelper::TransferToWSRect(rect); in UpdatePiPRect()
4312 session->SetSessionRequestRect(wsRect); in UpdatePiPRect()
4314 TLOGI(WmsLogTag::WMS_PIP, "rect:%{public}s, reason: %{public}u", wsRect.ToString().c_str(), in UpdatePiPRect()
4316 session->NotifySessionRectChange(wsRect, reason); in UpdatePiPRect()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp10297 WSRect wsRect = sceneSession->GetSessionRect(); in FilterSceneSessionCovered() local
10298 SkIRect windowBounds {.fLeft = wsRect.posX_, .fTop = wsRect.posY_, in FilterSceneSessionCovered()
10299 .fRight = wsRect.posX_ + wsRect.width_, .fBottom = wsRect.posY_ + wsRect.height_}; in FilterSceneSessionCovered()

Completed in 35 milliseconds