Searched refs:ProcessOrientationSwitch (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | screen_rotation_controller_test.cpp | 392 HWTEST_F(ScreenRotationControllerTest, ProcessOrientationSwitch, Function | SmallTest | Level3) 394 ScreenRotationController::ProcessOrientationSwitch(Orientation::UNSPECIFIED, true); 395 ScreenRotationController::ProcessOrientationSwitch(Orientation::VERTICAL, true); 396 ScreenRotationController::ProcessOrientationSwitch(Orientation::HORIZONTAL, false); 397 ScreenRotationController::ProcessOrientationSwitch(Orientation::REVERSE_VERTICAL, true); 398 ScreenRotationController::ProcessOrientationSwitch(Orientation::SENSOR, true); 399 ScreenRotationController::ProcessOrientationSwitch(Orientation::SENSOR_VERTICAL, true); 400 ScreenRotationController::ProcessOrientationSwitch(Orientation::SENSOR_HORIZONTAL, true); 401 ScreenRotationController::ProcessOrientationSwitch(Orientation::AUTO_ROTATION_RESTRICTED, true); 402 …ScreenRotationController::ProcessOrientationSwitch(Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED,… [all …]
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | screen_rotation_controller.h | 52 static void ProcessOrientationSwitch(Orientation orientation, bool withAnimation);
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | screen_rotation_controller.cpp | 464 void ScreenRotationController::ProcessOrientationSwitch(Orientation orientation, bool withAnimation) in ProcessOrientationSwitch() function in OHOS::Rosen::ScreenRotationController
|
H A D | abstract_screen_controller.cpp | 760 ScreenRotationController::ProcessOrientationSwitch(newOrientation, withAnimation); in SetOrientation()
|