/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.25/ |
H A D | changelogs-window.md | 39 |LANDSCAPE_INVERTED| 电源键向上 | 电源键向下 | 49 (1) 更改前如果传入LANDSCAPE参数,更改后为保持相同的体验效果,需传入LANDSCAPE_INVERTED参数。 51 (2) 更改前如果传入LANDSCAPE_INVERTED参数,更改后为保持相同的体验效果,需传入LANDSCAPE参数。 65 |LANDSCAPE_INVERTED| 3 | 1 |
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.25/ |
H A D | changelogs-window.md | 40 |LANDSCAPE_INVERTED| Power button facing upwards | Power button facing downwards | 50 …(1) If **LANDSCAPE** is passed in before the change, pass in **LANDSCAPE_INVERTED** after the chan… 52 …(2) If **LANDSCAPE_INVERTED** is passed in before the change, pass in **LANDSCAPE** after the chan… 67 |LANDSCAPE_INVERTED| 3 | 1 |
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | window_utils.cpp | 25 … (windowOrientation == static_cast<int32_t>(Rosen::DisplayOrientation::LANDSCAPE_INVERTED))) in GetDeviceOrientation()
|
/ohos5.0/foundation/window/window_manager/wmserver/include/utils/ |
H A D | window_manager_service_utils.h | 36 {Orientation::REVERSE_HORIZONTAL, DisplayOrientation::LANDSCAPE_INVERTED },
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | display_manager_adapter.h | 50 LANDSCAPE_INVERTED, enumerator
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 183 LANDSCAPE_INVERTED = 4, enumerator 205 …{ApiOrientation::LANDSCAPE_INVERTED, Orientation::REVERSE_HORIZONTAL … 226 …{Orientation::REVERSE_HORIZONTAL, ApiOrientation::LANDSCAPE_INVERTED …
|
/ohos5.0/base/web/webview/test/unittest/display_manager_adapter_impl_test/ |
H A D | display_manager_adapter_impl_test.cpp | 301 type = OHOS::Rosen::DisplayOrientation::LANDSCAPE_INVERTED; 303 EXPECT_EQ(retType, OHOS::NWeb::DisplayOrientation::LANDSCAPE_INVERTED);
|
/ohos5.0/base/web/webview/ohos_adapter/display_manager_adapter/src/ |
H A D | display_manager_adapter_impl.cpp | 177 case OHOS::Rosen::DisplayOrientation::LANDSCAPE_INVERTED: in ConvertDisplayOrientationType() 178 return OHOS::NWeb::DisplayOrientation::LANDSCAPE_INVERTED; in ConvertDisplayOrientationType()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 59 LANDSCAPE_INVERTED, enumerator
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_get_window_properties_test.cpp | 66 const int32_t LANDSCAPE_INVERTED = 4; variable 299 auto res = CheckWindowProperty1(ABILITY_NAME_TEST_4, LANDSCAPE_INVERTED, ORIENTATION);
|
/ohos5.0/foundation/window/window_manager/previewer/include/ |
H A D | dm_common.h | 269 LANDSCAPE_INVERTED, enumerator
|
/ohos5.0/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_transition_info_test.cpp | 421 orientationIn = AppExecFwk::DisplayOrientation::LANDSCAPE_INVERTED; 424 ASSERT_EQ(orientationOut, AppExecFwk::DisplayOrientation::LANDSCAPE_INVERTED);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-window.md | 58 |起始版本有变化|类名:Orientation<br>方法 or 属性:LANDSCAPE_INVERTED = 4<br>起始版本:N/A|类名:Orientation<br>方法 or 属性:L…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-window.md | 53 | ohos.window | Orientation | LANDSCAPE_INVERTED = 4 | 新增 |
|
H A D | js-apidiff-bundle.md | 41 | ohos.bundle | DisplayOrientation | LANDSCAPE_INVERTED | 新增 |
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | dm_common.h | 302 LANDSCAPE_INVERTED, enumerator
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 83 LANDSCAPE_INVERTED, enumerator
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-window.md | 10 |新增|NA|模块名: ohos.display<br>类名: Orientation<br>方法 or 属性:LANDSCAPE_INVERTED = 3|@ohos.display.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-window.md | 53 | ohos.window | Orientation | LANDSCAPE_INVERTED = 4 | Added|
|
H A D | js-apidiff-bundle.md | 41 | ohos.bundle | DisplayOrientation | LANDSCAPE_INVERTED | Added|
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | screen_rotation_controller.cpp | 376 DisplayOrientation::LANDSCAPE_INVERTED}, in ProcessRotationMapping()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_session.cpp | 854 … isVerticalScreen ? DisplayOrientation::PORTRAIT_INVERTED : DisplayOrientation::LANDSCAPE_INVERTED; in CalcDisplayOrientation() 857 …return isVerticalScreen ? DisplayOrientation::LANDSCAPE_INVERTED : DisplayOrientation::PORTRAIT_IN… in CalcDisplayOrientation() 883 displayRotation = DisplayOrientation::LANDSCAPE_INVERTED; in CalcDeviceOrientation()
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-window.md | 10 …os.display<br>Class name: Orientation<br>Method or attribute name: LANDSCAPE_INVERTED = 3|@ohos.di…
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 43 {OHOS::AppExecFwk::DisplayOrientation::LANDSCAPE_INVERTED, Orientation::REVERSE_HORIZONTAL},
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_property_test.cpp | 112 displayOrientation = DisplayOrientation::LANDSCAPE_INVERTED;
|