Searched refs:NotifySessionRectChange (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 86 … 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 D | scene_session.cpp | 960 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 D | scene_session_test.cpp | 889 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 D | scene_session.h | 542 …void NotifySessionRectChange(const WSRect& rect, const SizeChangeReason& reason = SizeChangeReason…
|