Home
last modified time | relevance | path

Searched refs:PORTRAIT (Results 1 - 25 of 123) sorted by relevance

12345

/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_service_utils_test.cpp111 bool ret = WmsUtils::IsExpectedRotateLandscapeWindow(Orientation::VERTICAL, DisplayOrientation::PORTRAIT, 0); in HWTEST_F()
122 bool ret = WmsUtils::IsExpectedRotatableWindow(Orientation::VERTICAL, DisplayOrientation::PORTRAIT, in HWTEST_F()
134 bool ret = WmsUtils::IsExpectedRotatableWindow(Orientation::VERTICAL, DisplayOrientation::PORTRAIT, 0); in HWTEST_F()
145 bool ret = WmsUtils::IsExpectedRotatableWindow(Orientation::VERTICAL, DisplayOrientation::PORTRAIT, 0); in HWTEST_F()
156 bool ret = WmsUtils::IsExpectedRotatableWindow(Orientation::REVERSE_VERTICAL, DisplayOrientation::PORTRAIT, 0); in HWTEST_F()
168 DisplayOrientation::PORTRAIT, 0, false); in HWTEST_F()
180 DisplayOrientation::PORTRAIT, WindowMode::WINDOW_MODE_FLOATING, 0); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Ddevice_config.h27 PORTRAIT, member in OHOS::Ace::DeviceOrientation
39 DeviceOrientation orientation { DeviceOrientation::PORTRAIT };
H A Dresource_configuration.h156 DeviceOrientation orientation_ = DeviceOrientation::PORTRAIT;
/foundation/window/window_manager/previewer/include/
H A Dwindow_model.h24 PORTRAIT, member in OHOS::Previewer::Orientation
50 Orientation orientation = Orientation::PORTRAIT; // orientation
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_system_properties.cpp36 DeviceOrientation SystemProperties::orientation_ { DeviceOrientation::PORTRAIT };
119 if (orientation == ORIENTATION_PORTRAIT && orientation_ != DeviceOrientation::PORTRAIT) { in SetDeviceOrientation()
121 orientation_ = DeviceOrientation::PORTRAIT; in SetDeviceOrientation()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp61 DeviceOrientation SystemProperties::orientation_ { DeviceOrientation::PORTRAIT };
157 orientation_ = DeviceOrientation::PORTRAIT; in InitDeviceInfo()
177 if (orientation == ORIENTATION_PORTRAIT && orientation_ != DeviceOrientation::PORTRAIT) { in SetDeviceOrientation()
179 orientation_ = DeviceOrientation::PORTRAIT; in SetDeviceOrientation()
H A Dresource_convertor.cpp45 case DeviceOrientation::PORTRAIT: in ConvertDirectionToGlobal()
110 return DeviceOrientation::PORTRAIT; in ConvertDirectionToAce()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dwindow_utils.cpp27 : DeviceOrientation::PORTRAIT; in GetDeviceOrientation()
H A Dresource_convertor.cpp45 case DeviceOrientation::PORTRAIT: in ConvertDirectionToGlobal()
134 return DeviceOrientation::PORTRAIT; in ConvertDirectionToAce()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Doptions.h41 PORTRAIT, member in OHOS::AbilityRuntime::DeviceOrientation
53 DeviceOrientation orientation { DeviceOrientation::PORTRAIT };
H A Dability_info.h57 PORTRAIT, member in OHOS::AppExecFwk::DisplayOrientation
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_display_manager.cpp90 return OHOS::Rosen::DisplayOrientation::PORTRAIT; in GetOrientation()
96 return OHOS::Rosen::DisplayOrientation::PORTRAIT; in GetOrientation()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_display_manager.cpp93 return OHOS::Rosen::DisplayOrientation::PORTRAIT; in GetOrientation()
99 return OHOS::Rosen::DisplayOrientation::PORTRAIT; in GetOrientation()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_display_manager.cpp93 return OHOS::Rosen::DisplayOrientation::PORTRAIT; in GetOrientation()
99 return OHOS::Rosen::DisplayOrientation::PORTRAIT; in GetOrientation()
/foundation/window/window_manager/previewer/src/
H A Dwindow_model.cpp35 if (orientation == Previewer::Orientation::PORTRAIT) { in TransOrientation()
/foundation/window/window_manager/wmserver/include/utils/
H A Dwindow_manager_service_utils.h33 {Orientation::VERTICAL, DisplayOrientation::PORTRAIT },
/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_display_test.cpp195 DisplayOrientation displayOrientation = DisplayOrientation::PORTRAIT; in HWTEST_F()
197 ASSERT_EQ(DisplayOrientation::PORTRAIT, absDisplay->GetDisplayOrientation()); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dscreen_scene.cpp38 orientation_ = static_cast<int32_t>(DisplayOrientation::PORTRAIT); in ScreenScene()
178 if (orientation < static_cast<int32_t>(DisplayOrientation::PORTRAIT) || in SetDisplayOrientation()
/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H A Dmedia_query_info.cpp50 case DeviceOrientation::PORTRAIT: in GetOrientation()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_run_args.h62 .orientation = DeviceOrientation::PORTRAIT,
H A Dace_ability.h64 OHOS::Ace::DeviceOrientation orientation { DeviceOrientation::PORTRAIT };
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dvision_db_sqls_more.h79 " FOR EACH ROW WHEN (NEW." + ALBUM_SUBTYPE + " = " + std::to_string(PORTRAIT) + ")" +
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dphoto_map_operations.cpp147 " WHERE " + ALBUM_ID + " = " + albumId + " AND " + ALBUM_SUBTYPE + " = " + to_string(PORTRAIT) +")"; in GetPortraitAlbumIds()
202 if (subtype == PhotoAlbumSubType::PORTRAIT) { in GetDismissAssetsPredicates()
262 if (subtype != PhotoAlbumSubType::CLASSIFY && subtype != PhotoAlbumSubType::PORTRAIT && in DismissAssets()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_scene_const.h50 PORTRAIT = 3,
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Duserfile_manager_types.h121 PORTRAIT = 4102,

Completed in 11 milliseconds

12345