Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test5.cpp810 HWTEST_F(SceneSessionTest5, UpdateWinRectForSystemBar, Function | SmallTest | Level2)
823 session->UpdateWinRectForSystemBar(rect);
832 session->UpdateWinRectForSystemBar(rect);
836 session->UpdateWinRectForSystemBar(rect);
840 session->UpdateWinRectForSystemBar(rect);
845 session->UpdateWinRectForSystemBar(rect);
848 session->UpdateWinRectForSystemBar(rect);
H A Dscene_session_test2.cpp1739 sceneSession->UpdateWinRectForSystemBar(rect);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h685 void UpdateWinRectForSystemBar(WSRect& rect);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2639 UpdateWinRectForSystemBar(rect); in OnMoveDragCallback()
2683 void SceneSession::UpdateWinRectForSystemBar(WSRect& rect) in UpdateWinRectForSystemBar() function in OHOS::Rosen::SceneSession