Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp86 … session->NotifySessionRectChange(session->GetSessionRequestRect(), SizeChangeReason::UNDEFINED); in Show()
262 … session->NotifySessionRectChange(session->GetSessionRequestRect(), SizeChangeReason::UNDEFINED); in SetCallingSessionId()
309 … session->NotifySessionRectChange(session->GetSessionRequestRect(), SizeChangeReason::UNDEFINED); in AdjustKeyboardLayout()
H A Dscene_session.cpp960 session->NotifySessionRectChange(fixedRect, SizeChangeReason::RESIZE); in SetAspectRatio()
1398 NotifySessionRectChange(newRequestRect, reason); in UpdateSessionRectInner()
1415 NotifySessionRectChange(newRequestRect, newReason); in UpdateSessionRectInner()
1420 NotifySessionRectChange(rect, reason); in UpdateSessionRectInner()
2421 void SceneSession::NotifySessionRectChange(const WSRect& rect, const SizeChangeReason& reason) in NotifySessionRectChange() function in OHOS::Rosen::SceneSession
2662 NotifySessionRectChange(rect, reason); in OnMoveDragCallback()
4521 session->NotifySessionRectChange(wsRect, reason); in UpdatePiPRect()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp889 HWTEST_F(SceneSessionTest, NotifySessionRectChange, Function | SmallTest | Level2)
903 scensession->NotifySessionRectChange(overlapRect, SizeChangeReason::ROTATION);
908 scensession->NotifySessionRectChange(overlapRect, SizeChangeReason::ROTATION);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h542 …void NotifySessionRectChange(const WSRect& rect, const SizeChangeReason& reason = SizeChangeReason…