Home
last modified time | relevance | path

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

/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp388 * @tc.name: ProcessOrientationSwitch
392 HWTEST_F(ScreenRotationControllerTest, ProcessOrientationSwitch, Function | SmallTest | Level3) in HWTEST_F()
394 ScreenRotationController::ProcessOrientationSwitch(Orientation::UNSPECIFIED, true); in HWTEST_F()
395 ScreenRotationController::ProcessOrientationSwitch(Orientation::VERTICAL, true); in HWTEST_F()
396 ScreenRotationController::ProcessOrientationSwitch(Orientation::HORIZONTAL, false); in HWTEST_F()
397 ScreenRotationController::ProcessOrientationSwitch(Orientation::REVERSE_VERTICAL, true); in HWTEST_F()
398 ScreenRotationController::ProcessOrientationSwitch(Orientation::SENSOR, true); in HWTEST_F()
399 ScreenRotationController::ProcessOrientationSwitch(Orientation::SENSOR_VERTICAL, true); in HWTEST_F()
400 ScreenRotationController::ProcessOrientationSwitch(Orientation::SENSOR_HORIZONTAL, true); in HWTEST_F()
401 ScreenRotationController::ProcessOrientationSwitch(Orientatio in HWTEST_F()
[all...]
/foundation/window/window_manager/dmserver/include/
H A Dscreen_rotation_controller.h52 static void ProcessOrientationSwitch(Orientation orientation, bool withAnimation);
/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()

Completed in 6 milliseconds