Home
last modified time | relevance | path

Searched refs:ProcessOrientationSwitch (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp392 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 Dscreen_rotation_controller.h52 static void ProcessOrientationSwitch(Orientation orientation, bool withAnimation);
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp464 void ScreenRotationController::ProcessOrientationSwitch(Orientation orientation, bool withAnimation) in ProcessOrientationSwitch() function in OHOS::Rosen::ScreenRotationController
H A Dabstract_screen_controller.cpp760 ScreenRotationController::ProcessOrientationSwitch(newOrientation, withAnimation); in SetOrientation()