/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_rotation_test.cpp | 151 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 D | window_manager_service_utils.cpp | 32 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 D | window_manager_service_utils.h | 36 {Orientation::REVERSE_HORIZONTAL, DisplayOrientation::LANDSCAPE_INVERTED }, member in OHOS::Rosen::__anon12575::Orientation
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | screen_rotation_controller_test.cpp | 239 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 D | abstract_screen_test.cpp | 247 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 D | screen_rotation_controller.cpp | 220 if ((orientation >= Orientation::UNSPECIFIED && orientation <= Orientation::REVERSE_HORIZONTAL) || in IsSensorRelatedOrientation() 453 case Orientation::REVERSE_HORIZONTAL: { in ProcessSwitchToSensorUnrelatedOrientation()
|
H A D | abstract_screen.cpp | 457 case Orientation::REVERSE_HORIZONTAL: {
in CalcRotation()
|
H A D | display_manager_service.cpp | 277 if (orientation < Orientation::UNSPECIFIED || orientation > Orientation::REVERSE_HORIZONTAL) {
in SetOrientation()
|
/foundation/window/window_manager/previewer/include/ |
H A D | dm_common.h | 244 REVERSE_HORIZONTAL = 4, member in OHOS::Rosen::Orientation
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 205 {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 D | dm_common.h | 272 REVERSE_HORIZONTAL = 4, member in OHOS::Rosen::Orientation
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 872 REVERSE_HORIZONTAL = 4, member in OHOS::Ace::GestureTypeName::Orientation
|
/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 43 {OHOS::AppExecFwk::DisplayOrientation::LANDSCAPE_INVERTED, Orientation::REVERSE_HORIZONTAL},
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | window_session_property_test.cpp | 97 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 D | screen_manager_test.cpp | 203 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 D | screen_session_test.cpp | 1989 orientation = Orientation::REVERSE_HORIZONTAL; in HWTEST_F() 2041 orientation = Orientation::REVERSE_HORIZONTAL; in HWTEST_F()
|
/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 71 {OHOS::AppExecFwk::DisplayOrientation::LANDSCAPE_INVERTED, Orientation::REVERSE_HORIZONTAL},
|
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/ |
H A D | js_screen_manager.cpp | 1081 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 D | screen_session.cpp | 831 case Orientation::REVERSE_HORIZONTAL: { in CalcRotation()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 1710 || property_->GetRequestedOrientation() == Orientation::REVERSE_HORIZONTAL) { in Show()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 2540 if (orientation < Orientation::UNSPECIFIED || orientation > Orientation::REVERSE_HORIZONTAL) { in SetOrientation()
|