Searched refs:getImageRotation (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSinglePhotoDataAdapter.java195 public int getImageRotation(int offset) { method in class:SinglePhotoDataAdapter
H A DPhotoDataAdapter.java480 public int getImageRotation(int offset) { method in class:PhotoDataAdapter
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java73 public int getImageRotation(int offset); method in interface:PhotoView.Model
634 mRotation = mModel.getImageRotation(0);
885 mRotation = mModel.getImageRotation(mIndex);
1838 int rotation = mModel.getImageRotation(i);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DCropView.java116 public int getImageRotation() { method in class:CropView
H A DWallpaperCropActivity.java380 int cropRotation = mCropView.getImageRotation();

Completed in 667 milliseconds