Home
last modified time | relevance | path

Searched refs:SetScreenComponentRotation (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h120 void SetScreenComponentRotation(float rotation);
H A Dscreen_session.h229 void SetScreenComponentRotation(int rotation);
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp361 HWTEST_F(ScreenPropertyTest, SetScreenComponentRotation, Function | SmallTest | Level2)
367 property->SetScreenComponentRotation(rotation);
H A Dscreen_session_test.cpp408 HWTEST_F(ScreenSessionTest, SetScreenComponentRotation, Function | SmallTest | Level2)
419 screenSession->SetScreenComponentRotation(rotation);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp50 void ScreenProperty::SetScreenComponentRotation(float rotation) in SetScreenComponentRotation() function in OHOS::Rosen::ScreenProperty
H A Dscreen_session.cpp583 void ScreenSession::SetScreenComponentRotation(int rotation) in SetScreenComponentRotation() function in OHOS::Rosen::ScreenSession
585 property_.SetScreenComponentRotation(static_cast<float>(rotation)); in SetScreenComponentRotation()
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager_client.cpp317 screenSession->SetScreenComponentRotation(directionInfo.screenRotation_); in UpdateScreenRotationProperty()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp2241 screenSession->SetScreenComponentRotation(screenComponentRotation); in UpdateScreenDirectionInfo()