Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h176 void UpdatePropertyAfterRotation(RRect bounds, int rotation, FoldDisplayMode foldDisplayMode);
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp456 HWTEST_F(ScreenSessionTest, UpdatePropertyAfterRotation, Function | SmallTest | Level2)
471 screenSession->UpdatePropertyAfterRotation(bounds, rotation, foldDisplayMode);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp589 void ScreenSession::UpdatePropertyAfterRotation(RRect bounds, int rotation, FoldDisplayMode foldDis… in UpdatePropertyAfterRotation() function in OHOS::Rosen::ScreenSession
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp2295 screenSession->UpdatePropertyAfterRotation(bounds, rotation, GetFoldDisplayMode()); in UpdateScreenRotationProperty()