Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h121 float GetScreenComponentRotation() const;
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp378 HWTEST_F(ScreenPropertyTest, GetScreenComponentRotation, Function | SmallTest | Level2)
383 float rotation = property->GetScreenComponentRotation();
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp55 float ScreenProperty::GetScreenComponentRotation() const in GetScreenComponentRotation() function in OHOS::Rosen::ScreenProperty
H A Dscreen_session.cpp586 WLOGFI("screenComponentRotation :%{public}f ", property_.GetScreenComponentRotation()); in SetScreenComponentRotation()