Searched refs:UpdatePropertyAfterRotation (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_session.h | 176 void UpdatePropertyAfterRotation(RRect bounds, int rotation, FoldDisplayMode foldDisplayMode);
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_test.cpp | 456 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 D | screen_session.cpp | 589 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 D | screen_session_manager.cpp | 2295 screenSession->UpdatePropertyAfterRotation(bounds, rotation, GetFoldDisplayMode()); in UpdateScreenRotationProperty()
|