Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp150 ScreenRotation offsetRotation = ScreenRotation::ROTATION_0; in ConvertOffsetToCorrectRotation() local
153 offsetRotation = ScreenRotation::ROTATION_270; in ConvertOffsetToCorrectRotation()
156 offsetRotation = ScreenRotation::ROTATION_180; in ConvertOffsetToCorrectRotation()
159 offsetRotation = ScreenRotation::ROTATION_90; in ConvertOffsetToCorrectRotation()
162 offsetRotation = ScreenRotation::ROTATION_0; in ConvertOffsetToCorrectRotation()
165 return offsetRotation; in ConvertOffsetToCorrectRotation()