HomeSort by relevance Sort by last modified time
    Searched refs:getFullImageRotation (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaItem.java 83 public int getFullImageRotation() {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SinglePhotoDataAdapter.java 196 return (offset == 0) ? mItem.getFullImageRotation() : 0;
PhotoDataAdapter.java 482 return (item == null) ? 0 : item.getFullImageRotation();
715 mItem.getRotation() - mItem.getFullImageRotation(), true);
    [all...]

Completed in 50 milliseconds