Home
last modified time | relevance | path

Searched refs:GetDefaultDeviceRotationOffset (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h90 uint32_t GetDefaultDeviceRotationOffset() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp462 uint32_t ScreenProperty::GetDefaultDeviceRotationOffset() const in GetDefaultDeviceRotationOffset() function in OHOS::Rosen::ScreenProperty
H A Dscreen_session.cpp267 displayInfo->SetDefaultDeviceRotationOffset(property_.GetDefaultDeviceRotationOffset()); in ConvertToDisplayInfo()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_dumper.cpp529 << screenProperty.GetDefaultDeviceRotationOffset() << std::endl; in DumpScreenPropertyById()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1156 auto deviceRotation = static_cast<uint32_t>(displayInfo->GetDefaultDeviceRotationOffset()); in UpdateViewportConfig()