Searched refs:NotifySessionRectChange (Results 1 - 4 of 4) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 87 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 D | scene_session.cpp | 754 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 D | scene_session_test.cpp | 909 * @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 D | scene_session.h | 481 void NotifySessionRectChange(const WSRect& rect,
|
Completed in 14 milliseconds