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

  /packages/apps/Camera2/src/com/android/camera/crop/
ImageLoader.java 48 public static final int ORI_NORMAL = ExifInterface.Orientation.TOP_LEFT;
86 * Returns the image's orientation flag. Defaults to ORI_NORMAL if no valid
110 return ORI_NORMAL;
127 return ORI_NORMAL;
137 case ORI_NORMAL:
147 return ORI_NORMAL;
154 return ORI_NORMAL;
215 case ORI_NORMAL:
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 58 public static final int ORI_NORMAL = ExifInterface.Orientation.TOP_LEFT;
96 * Returns the image's orientation flag. Defaults to ORI_NORMAL if no valid
120 return ORI_NORMAL;
139 return ORI_NORMAL;
159 return ORI_NORMAL;
167 case ORI_NORMAL:
177 return ORI_NORMAL;
180 return ORI_NORMAL;
241 case ORI_NORMAL:
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java 79 private int mZoomOrientation = ImageLoader.ORI_NORMAL;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImagePreset.java 574 if (MasterImage.getImage().getZoomOrientation() != ImageLoader.ORI_NORMAL) {

Completed in 67 milliseconds