Home
last modified time | relevance | path

Searched refs:getImageRotation (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/burst/
DBurstController.java77 public int getImageRotation() { in getImageRotation() method in BurstController.ImageStreamProperties
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoView.java72 public int getImageRotation(int offset); in getImageRotation() method
633 mRotation = mModel.getImageRotation(0); in updateSize()
884 mRotation = mModel.getImageRotation(mIndex); in updateSize()
1837 int rotation = mModel.getImageRotation(i); in buildFallbackEffect()
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
DImageRotationCalculatorImpl.java68 int imageRotation = CameraUtil.getImageRotation(mSensorOrientationDegrees, in toImageRotation()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DSinglePhotoDataAdapter.java195 public int getImageRotation(int offset) { in getImageRotation() method in SinglePhotoDataAdapter
DPhotoDataAdapter.java480 public int getImageRotation(int offset) { in getImageRotation() method in PhotoDataAdapter
/packages/apps/Camera2/src/com/android/camera/util/
DCameraUtil.java1293 return getImageRotation(sensorOrientation, deviceOrientationDegrees, isFrontCamera); in getJpegRotation()
1307 public static int getImageRotation(int sensorOrientation, in getImageRotation() method in CameraUtil
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DCropView.java115 public int getImageRotation() { in getImageRotation() method in CropView
DWallpaperCropActivity.java372 int cropRotation = mCropView.getImageRotation(); in cropImageAndSetWallpaper()
/packages/apps/Camera2/src/com/android/camera/
DVideoModule.java1181 int rotation = CameraUtil.getImageRotation( in initializeRecorder()
DPhotoModule.java1147 CameraUtil.getImageRotation(sensorOrientation, deviceOrientation, isFrontCamera); in capture()