Home
last modified time | relevance | path

Searched refs:AUTO_ROTATION_PORTRAIT_RESTRICTED (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h188 AUTO_ROTATION_PORTRAIT_RESTRICTED = 9, enumerator
210 …{ApiOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED, Orientation::AUTO_ROTATION_PORTRAIT_RESTRI…
231 …{Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED, ApiOrientation::AUTO_ROTATION_PORTRAIT_RESTRI…
H A Djs_window_utils.cpp185 static_cast<int32_t>(ApiOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED))); in OrientationInit()
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp155 orientation = Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED;
245 Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED));
279 orientation = Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED;
284 orientation = Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED;
402 …enRotationController::ProcessOrientationSwitch(Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED, tru…
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp149 case Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED: { in CalcTargetDisplayRotation()
243 case Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED: { in ProcessSwitchToSensorRelatedOrientation()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h66 AUTO_ROTATION_PORTRAIT_RESTRICTED, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_get_window_properties_test.cpp73 const int32_t AUTO_ROTATION_PORTRAIT_RESTRICTED = 11; variable
390 …auto res = CheckWindowProperty1(ABILITY_NAME_TEST_11, AUTO_ROTATION_PORTRAIT_RESTRICTED, ORIENTATI…
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp51 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED,
52 Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED},
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Ddm_common.h249 AUTO_ROTATION_PORTRAIT_RESTRICTED = 9, enumerator
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_transition_info_test.cpp469 orientationIn = AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED;
472 ASSERT_EQ(orientationOut, AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED);
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-window.md63 …entation<br>方法 or 属性:AUTO_ROTATION_PORTRAIT_RESTRICTED = 9<br>起始版本:N/A|类名:Orientation<br>方法 or 属性:
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-window.md48 | ohos.window | Orientation | AUTO_ROTATION_PORTRAIT_RESTRICTED = 9 | 新增 |
H A Djs-apidiff-bundle.md34 | ohos.bundle | DisplayOrientation | AUTO_ROTATION_PORTRAIT_RESTRICTED | 新增 |
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h282 AUTO_ROTATION_PORTRAIT_RESTRICTED = 9, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h90 AUTO_ROTATION_PORTRAIT_RESTRICTED, enumerator
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-window.md48 | ohos.window | Orientation | AUTO_ROTATION_PORTRAIT_RESTRICTED = 9 | Added|
H A Djs-apidiff-bundle.md34 | ohos.bundle | DisplayOrientation | AUTO_ROTATION_PORTRAIT_RESTRICTED | Added|
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h79 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED,
80 Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED},
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h874 AUTO_ROTATION_PORTRAIT_RESTRICTED = 9, enumerator
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/
H A Djs-apidiff-window.md63 …: AUTO_ROTATION_PORTRAIT_RESTRICTED = 9<br>Initial version: N/A|Class name: Orientation<br>Method …
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202211/
H A Djs-apidiff-bundle.md24 |删除|模块名:ohos.bundle<br>类名:DisplayOrientation<br>方法名 or 属性名:AUTO_ROTATION_PORTRAIT_RESTRICTED|NA|@oh…
/ohos5.0/docs/en/release-notes/api-diff/monthly-202211/
H A Djs-apidiff-bundle.md24 …Class name: DisplayOrientation<br>Method or attribute name: AUTO_ROTATION_PORTRAIT_RESTRICTED|NA|@…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-bundle.md81 …ndle.bundleManager<br>类名: DisplayOrientation<br>方法名 or 属性名: AUTO_ROTATION_PORTRAIT_RESTRICTED|@oho…
240 |删除|模块名:ohos.bundle<br>类名:DisplayOrientation<br>方法名 or 属性名:AUTO_ROTATION_PORTRAIT_RESTRICTED|NA|@oh…
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp138 {"auto_rotation_portrait_restricted", DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED},
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-bundle.md81 …Class name: DisplayOrientation<br>Method or attribute name: AUTO_ROTATION_PORTRAIT_RESTRICTED|@oho…
240 …Class name: DisplayOrientation<br>Method or attribute name: AUTO_ROTATION_PORTRAIT_RESTRICTED|NA|@…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager.md152 | AUTO_ROTATION_PORTRAIT_RESTRICTED |11|表示受开关控制的自动竖向旋转模式。<br/>**原子化服务API:** 从API version 11开始,该接口支…

12