Home
last modified time | relevance | path

Searched refs:getFullImageRotation (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DMediaItem.java84 public int getFullImageRotation() { in getFullImageRotation() method in MediaItem
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DSinglePhotoDataAdapter.java180 return (offset == 0) ? mItem.getFullImageRotation() : 0; in getImageRotation()
DPhotoDataAdapter.java444 return (item == null) ? 0 : item.getFullImageRotation(); in getImageRotation()
662 mItem.getRotation() - mItem.getFullImageRotation(), true); in run()
DCropImage.java606 int rotation = mMediaItem.getFullImageRotation(); in getCroppedImage()
742 mBitmap, regionDecoder), mMediaItem.getFullImageRotation()); in onBitmapRegionDecoderAvailable()