Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session_manager/src/
Dscreen_rotation_property.cpp22 void ScreenRotationProperty::HandleSensorEventInput(DeviceRotation deviceRotation) in HandleSensorEventInput()
43 …iceRotation ScreenRotationProperty::ConvertSinglePocketOuterRotation(DeviceRotation deviceRotation) in ConvertSinglePocketOuterRotation()
59 float ScreenRotationProperty::ConvertDeviceToFloat(DeviceRotation deviceRotation) in ConvertDeviceToFloat()
Dscreen_cutout_controller.cpp301 Rotation ScreenCutoutController::ConvertDeviceToDisplayRotation(DeviceRotationValue deviceRotation) in ConvertDeviceToDisplayRotation()
/foundation/window/window_manager/dmserver/test/unittest/
Dscreen_rotation_controller_test.cpp322 DeviceRotation deviceRotation = DeviceRotation::INVALID; variable
362 DeviceRotation deviceRotation = DeviceRotation::INVALID; variable
415 DeviceRotation deviceRotation = DeviceRotation::INVALID; variable
/foundation/window/window_manager/dmserver/src/
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()
/foundation/window/window_manager/window_scene/test/dms_unittest/
Dscreen_cutout_controller_test.cpp202 DeviceRotationValue deviceRotation; variable
/foundation/window/window_manager/wm/src/
Dwindow_session_impl.cpp1081 auto deviceRotation = static_cast<uint32_t>(displayInfo->GetDefaultDeviceRotationOffset()); in UpdateViewportConfig() local