Home
last modified time | relevance | path

Searched refs:REVERSE_HORIZONTAL (Results 1 - 21 of 21) sorted by relevance

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_rotation_test.cpp151 fullWindow->SetRequestedOrientation(Orientation::REVERSE_HORIZONTAL); in HWTEST_F()
153 ASSERT_EQ(Orientation::REVERSE_HORIZONTAL, fullWindow->GetRequestedOrientation()); in HWTEST_F()
160 ASSERT_EQ(Orientation::REVERSE_HORIZONTAL, screen->GetOrientation()); in HWTEST_F()
161 ASSERT_EQ(Orientation::REVERSE_HORIZONTAL, display->GetOrientation()); in HWTEST_F()
177 fullInfo_.orientation_ = Orientation::REVERSE_HORIZONTAL; in HWTEST_F()
188 ASSERT_EQ(Orientation::REVERSE_HORIZONTAL, fullWindow->GetRequestedOrientation()); in HWTEST_F()
194 ASSERT_EQ(Orientation::REVERSE_HORIZONTAL, screen->GetOrientation()); in HWTEST_F()
195 ASSERT_EQ(Orientation::REVERSE_HORIZONTAL, display->GetOrientation()); in HWTEST_F()
218 fullInfo_.orientation_ = Orientation::REVERSE_HORIZONTAL; in HWTEST_F()
229 ASSERT_EQ(Orientation::REVERSE_HORIZONTAL, fullWindo in HWTEST_F()
[all...]
/foundation/window/window_manager/wmserver/src/utils/
H A Dwindow_manager_service_utils.cpp32 if (orientation > Orientation::REVERSE_HORIZONTAL) { in IsFixedOrientation()
44 if (requestOrientation != Orientation::HORIZONTAL && requestOrientation != Orientation::REVERSE_HORIZONTAL) { in IsExpectedRotateLandscapeWindow()
/foundation/window/window_manager/wmserver/include/utils/
H A Dwindow_manager_service_utils.h36 {Orientation::REVERSE_HORIZONTAL, DisplayOrientation::LANDSCAPE_INVERTED }, member in OHOS::Rosen::__anon12575::Orientation
/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp239 ASSERT_EQ(false, ScreenRotationController::IsSensorRelatedOrientation(Orientation::REVERSE_HORIZONTAL)); in HWTEST_F()
469 orientation = Orientation::REVERSE_HORIZONTAL; in HWTEST_F()
471 ASSERT_EQ(orientation, Orientation::REVERSE_HORIZONTAL); in HWTEST_F()
475 ASSERT_EQ(orientation, Orientation::REVERSE_HORIZONTAL); in HWTEST_F()
H A Dabstract_screen_test.cpp247 ASSERT_EQ(Rotation::ROTATION_180, absScreen_->CalcRotation(Orientation::REVERSE_HORIZONTAL)); in HWTEST_F()
719 ASSERT_EQ(Rotation::ROTATION_180, absScreen_->CalcRotation(Orientation::REVERSE_HORIZONTAL)); in HWTEST_F()
/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp220 if ((orientation >= Orientation::UNSPECIFIED && orientation <= Orientation::REVERSE_HORIZONTAL) || in IsSensorRelatedOrientation()
453 case Orientation::REVERSE_HORIZONTAL: { in ProcessSwitchToSensorUnrelatedOrientation()
H A Dabstract_screen.cpp457 case Orientation::REVERSE_HORIZONTAL: { in CalcRotation()
H A Ddisplay_manager_service.cpp277 if (orientation < Orientation::UNSPECIFIED || orientation > Orientation::REVERSE_HORIZONTAL) { in SetOrientation()
/foundation/window/window_manager/previewer/include/
H A Ddm_common.h244 REVERSE_HORIZONTAL = 4, member in OHOS::Rosen::Orientation
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h205 {ApiOrientation::LANDSCAPE_INVERTED, Orientation::REVERSE_HORIZONTAL },
226 {Orientation::REVERSE_HORIZONTAL, ApiOrientation::LANDSCAPE_INVERTED }, member in OHOS::Rosen::ApiWindowMode::Orientation
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h272 REVERSE_HORIZONTAL = 4, member in OHOS::Rosen::Orientation
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h872 REVERSE_HORIZONTAL = 4, member in OHOS::Ace::GestureTypeName::Orientation
/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp43 {OHOS::AppExecFwk::DisplayOrientation::LANDSCAPE_INVERTED, Orientation::REVERSE_HORIZONTAL},
/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp97 Orientation orientation = Orientation::REVERSE_HORIZONTAL; in HWTEST_F()
135 Orientation orientation = Orientation::REVERSE_HORIZONTAL; in HWTEST_F()
/foundation/window/window_manager/test/systemtest/dms/
H A Dscreen_manager_test.cpp203 uint32_t end = static_cast<uint32_t>(Orientation::REVERSE_HORIZONTAL); in CheckStateDisplay()
940 uint32_t end = static_cast<uint32_t>(Orientation::REVERSE_HORIZONTAL); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp1989 orientation = Orientation::REVERSE_HORIZONTAL; in HWTEST_F()
2041 orientation = Orientation::REVERSE_HORIZONTAL; in HWTEST_F()
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h71 {OHOS::AppExecFwk::DisplayOrientation::LANDSCAPE_INVERTED, Orientation::REVERSE_HORIZONTAL},
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen_manager.cpp1081 napi_set_named_property(env, objValue, "REVERSE_HORIZONTAL", in InitScreenOrientation()
1082 CreateJsValue(env, static_cast<int32_t>(Orientation::REVERSE_HORIZONTAL))); in InitScreenOrientation()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp831 case Orientation::REVERSE_HORIZONTAL: { in CalcRotation()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1710 || property_->GetRequestedOrientation() == Orientation::REVERSE_HORIZONTAL) { in Show()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp2540 if (orientation < Orientation::UNSPECIFIED || orientation > Orientation::REVERSE_HORIZONTAL) { in SetOrientation()

Completed in 49 milliseconds