/foundation/window/window_manager/wmserver/src/utils/ |
H A D | window_manager_service_utils.cpp | 42 DisplayOrientation currentOrientation, uint32_t flags) in IsExpectedRotateLandscapeWindow() 47 return IsExpectedRotatableWindow(requestOrientation, currentOrientation, flags); in IsExpectedRotateLandscapeWindow() 51 DisplayOrientation currentOrientation, WindowMode mode, uint32_t flags, bool restricted) in IsExpectedRotatableWindow() 56 return IsExpectedRotatableWindow(requestOrientation, currentOrientation, flags, restricted); in IsExpectedRotatableWindow() 60 DisplayOrientation currentOrientation, uint32_t flags, bool restricted) in IsExpectedRotatableWindow() 72 if (disOrientation == currentOrientation) { in IsExpectedRotatableWindow() 76 static_cast<int32_t>(currentOrientation)) % 2 == 0) { // Divided by 2 in IsExpectedRotatableWindow() 41 IsExpectedRotateLandscapeWindow(Orientation requestOrientation, DisplayOrientation currentOrientation, uint32_t flags) IsExpectedRotateLandscapeWindow() argument 50 IsExpectedRotatableWindow(Orientation requestOrientation, DisplayOrientation currentOrientation, WindowMode mode, uint32_t flags, bool restricted) IsExpectedRotatableWindow() argument 59 IsExpectedRotatableWindow(Orientation requestOrientation, DisplayOrientation currentOrientation, uint32_t flags, bool restricted) IsExpectedRotatableWindow() argument
|
/foundation/window/window_manager/wmserver/include/utils/ |
H A D | window_manager_service_utils.h | 45 DisplayOrientation currentOrientation, uint32_t flags); 47 DisplayOrientation currentOrientation, WindowMode mode, uint32_t flags, bool restricted = true); 49 DisplayOrientation currentOrientation, uint32_t flags, bool restricted = true);
|
/foundation/window/window_manager/dmserver/src/ |
H A D | screen_rotation_controller.cpp | 69 Orientation currentOrientation = GetPreferredOrientation(); in SetScreenRotationLocked() local 70 if (IsSensorRelatedOrientation(currentOrientation)) { in SetScreenRotationLocked() 71 ProcessSwitchToSensorRelatedOrientation(currentOrientation, lastSensorRotationConverted_); in SetScreenRotationLocked()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | medialibrary_photo_operations.h | 119 std::string ¤tOrientation); 121 bool &orientationUpdated, std::string ¤tOrientation);
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_zoom_gesture.cpp | 751 OHOS::Rosen::DisplayOrientation currentOrientation = displayMgr.GetOrientation(); in GetWindowParam() local 752 if ((currentScreen != screenId_) || (currentOrientation != orientation_)) { in GetWindowParam() 755 orientation_ = currentOrientation; in GetWindowParam()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_photo_operations.cpp | 1136 MediaLibraryCommand &cmd, const std::shared_ptr<FileAsset> &fileAsset, string ¤tOrientation) in UpdateOrientationAllExif() 1144 err = imageSource->GetImagePropertyString(0, PHOTO_DATA_IMAGE_ORIENTATION, currentOrientation); in UpdateOrientationAllExif() 1146 currentOrientation = ""; in UpdateOrientationAllExif() 1185 const shared_ptr<FileAsset> &fileAsset, bool &orientationUpdated, string ¤tOrientation) in UpdateOrientationExif() 1202 int32_t errCode = UpdateOrientationAllExif(cmd, fileAsset, currentOrientation); in UpdateOrientationExif() 1347 static void RevertOrientation(const shared_ptr<FileAsset> &fileAsset, string ¤tOrientation) in RevertOrientation() argument 1364 currentOrientation.empty() ? ANALYSIS_HAS_DATA : currentOrientation, in RevertOrientation() 1450 string currentOrientation = ""; in UpdateFileAsset() local 1451 errCode = UpdateOrientationExif(cmd, fileAsset, orientationUpdated, currentOrientation); in UpdateFileAsset() 1135 UpdateOrientationAllExif( MediaLibraryCommand &cmd, const std::shared_ptr<FileAsset> &fileAsset, string ¤tOrientation) UpdateOrientationAllExif() argument 1184 UpdateOrientationExif(MediaLibraryCommand &cmd, const shared_ptr<FileAsset> &fileAsset, bool &orientationUpdated, string ¤tOrientation) UpdateOrientationExif() argument [all...] |