/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_manager_service_utils_test.cpp | 156 bool ret = WmsUtils::IsExpectedRotatableWindow(Orientation::REVERSE_VERTICAL, DisplayOrientation::PORTRAIT, 0); in HWTEST_F() 167 bool ret = WmsUtils::IsExpectedRotatableWindow(Orientation::REVERSE_VERTICAL, in HWTEST_F() 179 bool ret = WmsUtils::IsExpectedRotatableWindow(Orientation::REVERSE_VERTICAL, in HWTEST_F()
|
H A D | window_node_test.cpp | 601 windowNode->SetRequestedOrientation(Orientation::REVERSE_VERTICAL); in HWTEST_F() 602 ASSERT_EQ(Orientation::REVERSE_VERTICAL, windowNode->GetRequestedOrientation()); in HWTEST_F()
|
/foundation/window/window_manager/wmserver/include/utils/ |
H A D | window_manager_service_utils.h | 35 {Orientation::REVERSE_VERTICAL, DisplayOrientation::PORTRAIT_INVERTED }, member in OHOS::Rosen::__anon12575::Orientation
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | screen_rotation_controller_test.cpp | 238 ASSERT_EQ(false, ScreenRotationController::IsSensorRelatedOrientation(Orientation::REVERSE_VERTICAL)); in HWTEST_F() 397 ScreenRotationController::ProcessOrientationSwitch(Orientation::REVERSE_VERTICAL, true); in HWTEST_F() 461 orientation = Orientation::REVERSE_VERTICAL; in HWTEST_F() 463 ASSERT_EQ(orientation, Orientation::REVERSE_VERTICAL); in HWTEST_F()
|
H A D | abstract_screen_test.cpp | 246 ASSERT_EQ(Rotation::ROTATION_270, absScreen_->CalcRotation(Orientation::REVERSE_VERTICAL)); in HWTEST_F() 718 ASSERT_EQ(Rotation::ROTATION_270, absScreen_->CalcRotation(Orientation::REVERSE_VERTICAL)); in HWTEST_F()
|
/foundation/window/window_manager/previewer/include/ |
H A D | dm_common.h | 243 REVERSE_VERTICAL = 3, member in OHOS::Rosen::Orientation
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 204 {ApiOrientation::PORTRAIT_INVERTED, Orientation::REVERSE_VERTICAL },
225 {Orientation::REVERSE_VERTICAL, ApiOrientation::PORTRAIT_INVERTED },
member in OHOS::Rosen::ApiWindowMode::Orientation
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | dm_common.h | 271 REVERSE_VERTICAL = 3, member in OHOS::Rosen::Orientation
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 871 REVERSE_VERTICAL = 3, member in OHOS::Ace::GestureTypeName::Orientation
|
/foundation/window/window_manager/dmserver/src/ |
H A D | screen_rotation_controller.cpp | 444 case Orientation::REVERSE_VERTICAL: { in ProcessSwitchToSensorUnrelatedOrientation()
|
H A D | abstract_screen.cpp | 454 case Orientation::REVERSE_VERTICAL: {
in CalcRotation()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 44 {OHOS::AppExecFwk::DisplayOrientation::PORTRAIT_INVERTED, Orientation::REVERSE_VERTICAL},
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_test.cpp | 1981 orientation = Orientation::REVERSE_VERTICAL; in HWTEST_F() 2037 orientation = Orientation::REVERSE_VERTICAL; in HWTEST_F()
|
/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 72 {OHOS::AppExecFwk::DisplayOrientation::PORTRAIT_INVERTED, Orientation::REVERSE_VERTICAL},
|
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/ |
H A D | js_screen_manager.cpp | 1079 napi_set_named_property(env, objValue, "REVERSE_VERTICAL",
in InitScreenOrientation() 1080 CreateJsValue(env, static_cast<int32_t>(Orientation::REVERSE_VERTICAL)));
in InitScreenOrientation()
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_session.cpp | 828 case Orientation::REVERSE_VERTICAL: { in CalcRotation()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_session_impl.cpp | 3978 orientation == Orientation::REVERSE_VERTICAL || in IsVerticalOrientation()
|