Home
last modified time | relevance | path

Searched refs:REVERSE_VERTICAL (Results 1 - 17 of 17) sorted by relevance

/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_service_utils_test.cpp156 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 Dwindow_node_test.cpp601 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 Dwindow_manager_service_utils.h35 {Orientation::REVERSE_VERTICAL, DisplayOrientation::PORTRAIT_INVERTED }, member in OHOS::Rosen::__anon12575::Orientation
/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp238 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 Dabstract_screen_test.cpp246 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 Ddm_common.h243 REVERSE_VERTICAL = 3, member in OHOS::Rosen::Orientation
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h204 {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 Ddm_common.h271 REVERSE_VERTICAL = 3, member in OHOS::Rosen::Orientation
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h871 REVERSE_VERTICAL = 3, member in OHOS::Ace::GestureTypeName::Orientation
/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp444 case Orientation::REVERSE_VERTICAL: { in ProcessSwitchToSensorUnrelatedOrientation()
H A Dabstract_screen.cpp454 case Orientation::REVERSE_VERTICAL: { in CalcRotation()
/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp44 {OHOS::AppExecFwk::DisplayOrientation::PORTRAIT_INVERTED, Orientation::REVERSE_VERTICAL},
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp1981 orientation = Orientation::REVERSE_VERTICAL; in HWTEST_F()
2037 orientation = Orientation::REVERSE_VERTICAL; in HWTEST_F()
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h72 {OHOS::AppExecFwk::DisplayOrientation::PORTRAIT_INVERTED, Orientation::REVERSE_VERTICAL},
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen_manager.cpp1079 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 Dscreen_session.cpp828 case Orientation::REVERSE_VERTICAL: { in CalcRotation()
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp3978 orientation == Orientation::REVERSE_VERTICAL || in IsVerticalOrientation()

Completed in 27 milliseconds