Searched refs:getFullImageRotation (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMediaItem.java83 public int getFullImageRotation() { method in class:MediaItem
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSinglePhotoDataAdapter.java196 return (offset == 0) ? mItem.getFullImageRotation() : 0;
H A DPhotoDataAdapter.java482 return (item == null) ? 0 : item.getFullImageRotation();
715 mItem.getRotation() - mItem.getFullImageRotation(), true);

Completed in 541 milliseconds