Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp113 ConvertDeviceToDisplayRotation(DeviceRotation::ROTATION_LANDSCAPE); in GetCurrentDisplayRotation()
293 SetScreenRotation(ConvertDeviceToDisplayRotation(DeviceRotation::ROTATION_LANDSCAPE)); in ProcessSwitchToAutoRotationLandscape()
317 SetScreenRotation(ConvertDeviceToDisplayRotation(DeviceRotation::ROTATION_LANDSCAPE)); in ProcessSwitchToAutoRotationLandscapeRestricted()
359 {DeviceRotation::ROTATION_LANDSCAPE, in ProcessRotationMapping()
398 return (deviceRotation == DeviceRotation::ROTATION_LANDSCAPE) || in IsDeviceRotationHorizontal()
425 return (rotation == ConvertDeviceToDisplayRotation(DeviceRotation::ROTATION_LANDSCAPE)) || in IsDisplayRotationHorizontal()
450 …SetScreenRotation(ConvertDeviceToDisplayRotation(DeviceRotation::ROTATION_LANDSCAPE), withAnimatio… in ProcessSwitchToSensorUnrelatedOrientation()
H A Dsensor_connector.cpp234 DeviceRotation::ROTATION_LANDSCAPE_INVERTED : DeviceRotation::ROTATION_LANDSCAPE; in OnMotionChanged()
243 DeviceRotation::ROTATION_LANDSCAPE : DeviceRotation::ROTATION_LANDSCAPE_INVERTED; in OnMotionChanged()
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp181 DeviceRotation deviceRitation = DeviceRotation::ROTATION_LANDSCAPE;
192 deviceRitation = DeviceRotation::ROTATION_LANDSCAPE;
224 …ASSERT_EQ(DeviceRotation::ROTATION_LANDSCAPE, ScreenRotationController::CalcDeviceRotation(rotatio…
258 DeviceRotation deviceRitation = DeviceRotation::ROTATION_LANDSCAPE;
343 deviceRotation = DeviceRotation::ROTATION_LANDSCAPE;
380 …_EQ(false, ScreenRotationController::IsDeviceRotationVertical(DeviceRotation::ROTATION_LANDSCAPE));
382 …EQ(true, ScreenRotationController::IsDeviceRotationHorizontal(DeviceRotation::ROTATION_LANDSCAPE));
499 … ScreenRotationController::ConvertDeviceToDisplayRotation(DeviceRotation::ROTATION_LANDSCAPE);
677 DeviceRotation::ROTATION_LANDSCAPE_INVERTED : DeviceRotation::ROTATION_LANDSCAPE;
688 DeviceRotation::ROTATION_LANDSCAPE : DeviceRotation::ROTATION_LANDSCAPE_INVERTED;
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_rotation_property_test.cpp69 ScreenRotationProperty::HandleSensorEventInput(DeviceRotation::ROTATION_LANDSCAPE);
104 ret = ScreenRotationProperty::ConvertDeviceToFloat(DeviceRotation::ROTATION_LANDSCAPE);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_rotation_property.h34 ROTATION_LANDSCAPE, enumerator
H A Dscreen_cutout_controller.h28 ROTATION_LANDSCAPE, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_rotation_property.cpp45 case DeviceRotation::ROTATION_LANDSCAPE: in ConvertDeviceToFloat()
H A Dscreen_cutout_controller.cpp297 return (rotation == ConvertDeviceToDisplayRotation(DeviceRotationValue::ROTATION_LANDSCAPE)) || in IsDisplayRotationHorizontal()
318 ConvertDeviceToDisplayRotation(DeviceRotationValue::ROTATION_LANDSCAPE); in GetCurrentDisplayRotation()
335 { DeviceRotationValue::ROTATION_LANDSCAPE, in ProcessRotationMapping()
H A Dscreen_sensor_connector.cpp126 motionRotation = DeviceRotation::ROTATION_LANDSCAPE; in OnMotionChanged()
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dscreen_rotation_controller.h38 ROTATION_LANDSCAPE, enumerator