Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp87 session->NotifySessionRectChange(session->GetSessionRequestRect(), SizeChangeReason::UNDEFINED); in Show()
304 session->NotifySessionRectChange(session->GetSessionRequestRect(), SizeChangeReason::UNDEFINED); in AdjustKeyboardLayout()
509 NotifySessionRectChange(GetSessionRequestRect(), SizeChangeReason::UNDEFINED); in UpdateCallingSessionIdAndPosition()
H A Dscene_session.cpp754 session->NotifySessionRectChange(fixedRect, SizeChangeReason::RESIZE); in SetAspectRatio()
1125 NotifySessionRectChange(newRequestRect, reason); in UpdateSessionRectInner()
1142 NotifySessionRectChange(newRequestRect, newReason); in UpdateSessionRectInner()
1147 NotifySessionRectChange(rect, reason); in UpdateSessionRectInner()
2124 void SceneSession::NotifySessionRectChange(const WSRect& rect, in NotifySessionRectChange() function in SceneSession
2134 HITRACE_METER_FMT(HITRACE_TAG_WINDOW_MANAGER, "SceneSession::NotifySessionRectChange"); in NotifySessionRectChange()
2138 PostTask(task, "NotifySessionRectChange" + GetRectInfo(rect)); in NotifySessionRectChange()
2373 NotifySessionRectChange(rect, reason); in HandleMoveDragEnd()
2375 NotifySessionRectChange(rect, reason, moveDragController_->GetMoveDragEndDisplayId()); in HandleMoveDragEnd()
4316 session->NotifySessionRectChange(wsRec in UpdatePiPRect()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp909 * @tc.name: NotifySessionRectChange
910 * @tc.desc: NotifySessionRectChange
913 HWTEST_F(SceneSessionTest, NotifySessionRectChange, Function | SmallTest | Level2) in HWTEST_F()
927 scensession->NotifySessionRectChange(overlapRect, SizeChangeReason::ROTATION, -1); in HWTEST_F()
928 scensession->NotifySessionRectChange(overlapRect, SizeChangeReason::ROTATION, 11); in HWTEST_F()
933 scensession->NotifySessionRectChange(overlapRect, SizeChangeReason::ROTATION, -1); in HWTEST_F()
934 scensession->NotifySessionRectChange(overlapRect, SizeChangeReason::ROTATION, 11); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h481 void NotifySessionRectChange(const WSRect& rect,

Completed in 14 milliseconds