Home
last modified time | relevance | path

Searched defs:deviceRotation (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_rotation_property.cpp21 void ScreenRotationProperty::HandleSensorEventInput(DeviceRotation deviceRotation) in HandleSensorEventInput()
38 float ScreenRotationProperty::ConvertDeviceToFloat(DeviceRotation deviceRotation) in ConvertDeviceToFloat()
H A Dscreen_cutout_controller.cpp301 Rotation ScreenCutoutController::ConvertDeviceToDisplayRotation(DeviceRotationValue deviceRotation) in ConvertDeviceToDisplayRotation()
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp322 DeviceRotation deviceRotation = DeviceRotation::INVALID; variable
362 DeviceRotation deviceRotation = DeviceRotation::INVALID; variable
415 DeviceRotation deviceRotation = DeviceRotation::INVALID; variable
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp85 void ScreenRotationController::HandleSensorEventInput(DeviceRotation deviceRotation) in HandleSensorEventInput()
336 Rotation ScreenRotationController::ConvertDeviceToDisplayRotation(DeviceRotation deviceRotation) in ConvertDeviceToDisplayRotation()
390 bool ScreenRotationController::IsDeviceRotationVertical(DeviceRotation deviceRotation) in IsDeviceRotationVertical()
396 bool ScreenRotationController::IsDeviceRotationHorizontal(DeviceRotation deviceRotation) in IsDeviceRotationHorizontal()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_cutout_controller_test.cpp202 DeviceRotationValue deviceRotation; variable
H A Dscreen_session_test.cpp440 int deviceRotation = 90; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp551 void ScreenSession::UpdateToInputManager(RRect bounds, int rotation, int deviceRotation, in UpdateToInputManager()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1156 auto deviceRotation = static_cast<uint32_t>(displayInfo->GetDefaultDeviceRotationOffset()); in UpdateViewportConfig() local