Home
last modified time | relevance | path

Searched refs:LANDSCAPE_INVERTED (Results 1 – 25 of 56) sorted by relevance

123

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.25/
H A Dchangelogs-window.md39 |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 Dchangelogs-window.md40 |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 Dwindow_utils.cpp25 … (windowOrientation == static_cast<int32_t>(Rosen::DisplayOrientation::LANDSCAPE_INVERTED))) in GetDeviceOrientation()
/ohos5.0/foundation/window/window_manager/wmserver/include/utils/
H A Dwindow_manager_service_utils.h36 {Orientation::REVERSE_HORIZONTAL, DisplayOrientation::LANDSCAPE_INVERTED },
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Ddisplay_manager_adapter.h50 LANDSCAPE_INVERTED, enumerator
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h183 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 Ddisplay_manager_adapter_impl_test.cpp301 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 Ddisplay_manager_adapter_impl.cpp177 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 Dability_info.h59 LANDSCAPE_INVERTED, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_get_window_properties_test.cpp66 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 Ddm_common.h269 LANDSCAPE_INVERTED, enumerator
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_transition_info_test.cpp421 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 Djs-apidiff-window.md58 |起始版本有变化|类名: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 Djs-apidiff-window.md53 | ohos.window | Orientation | LANDSCAPE_INVERTED = 4 | 新增 |
H A Djs-apidiff-bundle.md41 | ohos.bundle | DisplayOrientation | LANDSCAPE_INVERTED | 新增 |
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h302 LANDSCAPE_INVERTED, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h83 LANDSCAPE_INVERTED, enumerator
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-window.md10 |新增|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 Djs-apidiff-window.md53 | ohos.window | Orientation | LANDSCAPE_INVERTED = 4 | Added|
H A Djs-apidiff-bundle.md41 | ohos.bundle | DisplayOrientation | LANDSCAPE_INVERTED | Added|
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp376 DisplayOrientation::LANDSCAPE_INVERTED}, in ProcessRotationMapping()
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp854 … 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 Djs-apidiff-window.md10 …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 Dstarting_window.cpp43 {OHOS::AppExecFwk::DisplayOrientation::LANDSCAPE_INVERTED, Orientation::REVERSE_HORIZONTAL},
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp112 displayOrientation = DisplayOrientation::LANDSCAPE_INVERTED;

123