Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dscreen_rotation_controller.h58 static DisplayOrientation ConvertRotationToDisplayOrientation(Rotation rotation);
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp510 HWTEST_F(ScreenRotationControllerTest, ConvertRotationToDisplayOrientation, Function | SmallTest | …
514 ScreenRotationController::ConvertRotationToDisplayOrientation(rotation);
517 ScreenRotationController::ConvertRotationToDisplayOrientation(rotation);
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp328 DisplayOrientation ScreenRotationController::ConvertRotationToDisplayOrientation(Rotation rotation) in ConvertRotationToDisplayOrientation() function in OHOS::Rosen::ScreenRotationController
H A Dabstract_display_controller.cpp297 ScreenRotationController::ConvertRotationToDisplayOrientation(absScreen->rotation_)); in ProcessDisplayRotationChange()