/ohos5.0/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::… 167 bool ret = WmsUtils::IsExpectedRotatableWindow(Orientation::REVERSE_VERTICAL, 179 bool ret = WmsUtils::IsExpectedRotatableWindow(Orientation::REVERSE_VERTICAL,
|
H A D | window_node_test.cpp | 601 windowNode->SetRequestedOrientation(Orientation::REVERSE_VERTICAL); 602 ASSERT_EQ(Orientation::REVERSE_VERTICAL, windowNode->GetRequestedOrientation());
|
/ohos5.0/foundation/window/window_manager/wmserver/include/utils/ |
H A D | window_manager_service_utils.h | 35 {Orientation::REVERSE_VERTICAL, DisplayOrientation::PORTRAIT_INVERTED },
|
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | screen_rotation_controller_test.cpp | 238 …ERT_EQ(false, ScreenRotationController::IsSensorRelatedOrientation(Orientation::REVERSE_VERTICAL)); 397 ScreenRotationController::ProcessOrientationSwitch(Orientation::REVERSE_VERTICAL, true); 461 orientation = Orientation::REVERSE_VERTICAL; 463 ASSERT_EQ(orientation, Orientation::REVERSE_VERTICAL);
|
H A D | abstract_screen_test.cpp | 246 ASSERT_EQ(Rotation::ROTATION_270, absScreen_->CalcRotation(Orientation::REVERSE_VERTICAL)); 718 ASSERT_EQ(Rotation::ROTATION_270, absScreen_->CalcRotation(Orientation::REVERSE_VERTICAL));
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | display_manager_adapter.h | 38 REVERSE_VERTICAL = 3, enumerator
|
/ohos5.0/base/web/webview/test/unittest/display_manager_adapter_impl_test/ |
H A D | display_manager_adapter_impl_test.cpp | 184 type = OHOS::Rosen::Orientation::REVERSE_VERTICAL; 186 EXPECT_EQ(retType, OHOS::NWeb::OrientationType::REVERSE_VERTICAL);
|
/ohos5.0/base/web/webview/ohos_adapter/display_manager_adapter/src/ |
H A D | display_manager_adapter_impl.cpp | 153 case OHOS::Rosen::Orientation::REVERSE_VERTICAL: in ConvertOrientationType() 154 return OHOS::NWeb::OrientationType::REVERSE_VERTICAL; in ConvertOrientationType()
|
/ohos5.0/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 …
|
/ohos5.0/foundation/window/window_manager/previewer/include/ |
H A D | dm_common.h | 243 REVERSE_VERTICAL = 3, enumerator
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-window.md | 19 | ohos.screen | Orientation | REVERSE_VERTICAL = 3 | 新增 |
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | dm_common.h | 276 REVERSE_VERTICAL = 3, enumerator
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-window.md | 19 | ohos.screen | Orientation | REVERSE_VERTICAL = 3 | Added|
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 868 REVERSE_VERTICAL = 3, enumerator
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 44 {OHOS::AppExecFwk::DisplayOrientation::PORTRAIT_INVERTED, Orientation::REVERSE_VERTICAL},
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 72 {OHOS::AppExecFwk::DisplayOrientation::PORTRAIT_INVERTED, Orientation::REVERSE_VERTICAL},
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/ |
H A D | js_screen_manager.cpp | 939 CreateJsValue(env, static_cast<int32_t>(Orientation::REVERSE_VERTICAL))); in InitScreenOrientation()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_session.cpp | 824 case Orientation::REVERSE_VERTICAL: { in CalcRotation()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-screen-sys.md | 1526 | REVERSE_VERTICAL | 3 | 表示指定屏幕为反向垂直方向。 |
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_test.cpp | 1986 orientation = Orientation::REVERSE_VERTICAL;
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-window.md | 88 |新增|NA|类名:Orientation;<br>方法or属性:REVERSE_VERTICAL = 3|@ohos.screen.d.ts|
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-screen-sys.md | 1526 | REVERSE_VERTICAL | 3 | Reverse vertical. |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-window.md | 88 |Added|NA|Class name: Orientation;<br>Method or attribute name: REVERSE_VERTICAL = 3|@ohos.screen.d…
|