Searched refs:ProcessOrientationSwitch (Results 1 - 4 of 4) sorted by relevance
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | screen_rotation_controller_test.cpp | 388 * @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 D | screen_rotation_controller.h | 52 static void ProcessOrientationSwitch(Orientation orientation, bool withAnimation);
|
/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()
|
Completed in 5 milliseconds