Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp67 ret = property->GetDeviceRotation();
72 ret = property->GetDeviceRotation();
77 ret = property->GetDeviceRotation();
82 ret = property->GetDeviceRotation();
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h101 Rotation GetDeviceRotation() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp298 Rotation ScreenProperty::GetDeviceRotation() const in GetDeviceRotation() function in OHOS::Rosen::ScreenProperty
H A Dscreen_session.cpp255 displayInfo->SetRotation(property_.GetDeviceRotation()); in ConvertToDisplayInfo()
610 displayNode_->SetScreenRotation(static_cast<uint32_t>(property_.GetDeviceRotation())); in UpdatePropertyAfterRotation()
616 displayNode_->SetScreenRotation(static_cast<uint32_t>(property_.GetDeviceRotation())); in UpdatePropertyAfterRotation()