Home
last modified time | relevance | path

Searched refs:PORTRAIT_INVERTED (Results 1 - 23 of 23) sorted by relevance

/foundation/window/window_manager/wmserver/include/utils/
H A Dwindow_manager_service_utils.h35 {Orientation::REVERSE_VERTICAL, DisplayOrientation::PORTRAIT_INVERTED },
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h60 PORTRAIT_INVERTED, member in OHOS::AppExecFwk::DisplayOrientation
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h182 PORTRAIT_INVERTED = 3, member in OHOS::Rosen::ApiWindowMode::ApiOrientation
204 {ApiOrientation::PORTRAIT_INVERTED, Orientation::REVERSE_VERTICAL }, member in OHOS::Rosen::ApiWindowMode::ApiOrientation
225 {Orientation::REVERSE_VERTICAL, ApiOrientation::PORTRAIT_INVERTED },
H A Djs_window_utils.cpp165 napi_set_named_property(env, objValue, "PORTRAIT_INVERTED", CreateJsValue(env, in OrientationInit()
166 static_cast<int32_t>(ApiOrientation::PORTRAIT_INVERTED))); in OrientationInit()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_get_window_properties_test.cpp67 const int32_t PORTRAIT_INVERTED = 5; member
308 * 3.orientation equals to 5 (PORTRAIT_INVERTED)
312 auto res = CheckWindowProperty1(ABILITY_NAME_TEST_5, PORTRAIT_INVERTED, ORIENTATION); in HWTEST_F()
/foundation/window/window_manager/previewer/include/
H A Ddm_common.h268 PORTRAIT_INVERTED, member in OHOS::Rosen::DisplayOrientation
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_transition_info_test.cpp426 orientationIn = AppExecFwk::DisplayOrientation::PORTRAIT_INVERTED; in HWTEST_F()
429 ASSERT_EQ(orientationOut, AppExecFwk::DisplayOrientation::PORTRAIT_INVERTED); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h84 PORTRAIT_INVERTED, member in OHOS::AppExecFwk::GetAbilityInfoFlag::DisplayOrientation
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h296 PORTRAIT_INVERTED, member in OHOS::Rosen::DisplayOrientation
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_screen_touch.cpp206 case OHOS::Rosen::DisplayOrientation::PORTRAIT_INVERTED: in ConversionCoordinates()
/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp374 DisplayOrientation::PORTRAIT_INVERTED}, in ProcessRotationMapping()
/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp44 {OHOS::AppExecFwk::DisplayOrientation::PORTRAIT_INVERTED, Orientation::REVERSE_VERTICAL}, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp453 displayOrientation = DisplayOrientation::PORTRAIT_INVERTED; in HWTEST_F()
2087 EXPECT_EQ(DisplayOrientation::PORTRAIT_INVERTED, res); in HWTEST_F()
2127 EXPECT_EQ(DisplayOrientation::PORTRAIT_INVERTED, res); in HWTEST_F()
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js665 case display.Orientation.PORTRAIT_INVERTED:
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dsystem_dialog_scheduler.cpp290 displayInfo->GetDisplayOrientation() == Rosen::DisplayOrientation::PORTRAIT_INVERTED) { in GetSelectorDialogPositionAndSize()
291 TAG_LOGI(AAFwkTag::DIALOG, "GetOrientation, PORTRAIT or PORTRAIT_INVERTED"); in GetSelectorDialogPositionAndSize()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp657 if (displayOrientation == DisplayOrientation::PORTRAIT_INVERTED || in ReportNotifyModeChange()
854 displayRotation = DisplayOrientation::PORTRAIT_INVERTED; in CalcDisplayOrientation()
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h72 {OHOS::AppExecFwk::DisplayOrientation::PORTRAIT_INVERTED, Orientation::REVERSE_VERTICAL}, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp132 {"portrait_inverted", DisplayOrientation::PORTRAIT_INVERTED},
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display_manager.cpp924 napi_set_named_property(env, objValue, "PORTRAIT_INVERTED", in InitOrientation()
925 CreateJsValue(env, static_cast<uint32_t>(DisplayOrientation::PORTRAIT_INVERTED))); in InitOrientation()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp112 DisplayOrientation::PORTRAIT_INVERTED,
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp2912 napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::PORTRAIT_INVERTED), &nPortraitInverted)); in CreateDisplayOrientationObject()
2913 NAPI_CALL(env, napi_set_named_property(env, value, "PORTRAIT_INVERTED", nPortraitInverted)); in CreateDisplayOrientationObject()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp4305 env, napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::PORTRAIT_INVERTED), &nReversePortrait)); in CreateDisplayOrientationObject()
4306 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "PORTRAIT_INVERTED", nReversePortrait)); in CreateDisplayOrientationObject()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp135 {"portrait_inverted", OHOS::AppExecFwk::DisplayOrientation::PORTRAIT_INVERTED},

Completed in 78 milliseconds