Home
last modified time | relevance | path

Searched refs:currentOrientation (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/wmserver/src/utils/
H A Dwindow_manager_service_utils.cpp42 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 Dwindow_manager_service_utils.h45 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 Dscreen_rotation_controller.cpp69 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 Dmedialibrary_photo_operations.h119 std::string &currentOrientation);
121 bool &orientationUpdated, std::string &currentOrientation);
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_zoom_gesture.cpp751 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 Dmedialibrary_photo_operations.cpp1136 MediaLibraryCommand &cmd, const std::shared_ptr<FileAsset> &fileAsset, string &currentOrientation) 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 &currentOrientation) in UpdateOrientationExif()
1202 int32_t errCode = UpdateOrientationAllExif(cmd, fileAsset, currentOrientation); in UpdateOrientationExif()
1347 static void RevertOrientation(const shared_ptr<FileAsset> &fileAsset, string &currentOrientation) 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 &currentOrientation) UpdateOrientationAllExif() argument
1184 UpdateOrientationExif(MediaLibraryCommand &cmd, const shared_ptr<FileAsset> &fileAsset, bool &orientationUpdated, string &currentOrientation) UpdateOrientationExif() argument
[all...]

Completed in 8 milliseconds