Searched refs:ProcessSwitchToSensorRelatedOrientation (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | screen_rotation_controller_test.cpp | 261 ScreenRotationController::ProcessSwitchToSensorRelatedOrientation(orientation, deviceRitation); 266 ScreenRotationController::ProcessSwitchToSensorRelatedOrientation(orientation, deviceRitation); 271 ScreenRotationController::ProcessSwitchToSensorRelatedOrientation(orientation, deviceRitation); 275 ScreenRotationController::ProcessSwitchToSensorRelatedOrientation(orientation, deviceRitation); 280 ScreenRotationController::ProcessSwitchToSensorRelatedOrientation(orientation, deviceRitation); 285 ScreenRotationController::ProcessSwitchToSensorRelatedOrientation(orientation, deviceRitation); 289 ScreenRotationController::ProcessSwitchToSensorRelatedOrientation(orientation, deviceRitation); 294 ScreenRotationController::ProcessSwitchToSensorRelatedOrientation(orientation, deviceRitation); 299 ScreenRotationController::ProcessSwitchToSensorRelatedOrientation(orientation, deviceRitation); 303 ScreenRotationController::ProcessSwitchToSensorRelatedOrientation(orientation, deviceRitation); [all …]
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | screen_rotation_controller.cpp | 71 ProcessSwitchToSensorRelatedOrientation(currentOrientation, lastSensorRotationConverted_); in SetScreenRotationLocked() 227 void ScreenRotationController::ProcessSwitchToSensorRelatedOrientation( in ProcessSwitchToSensorRelatedOrientation() function in OHOS::Rosen::ScreenRotationController 469 ProcessSwitchToSensorRelatedOrientation(orientation, lastSensorRotationConverted_); in ProcessOrientationSwitch()
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | screen_rotation_controller.h | 80 …static void ProcessSwitchToSensorRelatedOrientation(Orientation orientation, DeviceRotation device…
|