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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 87 public static final int ORI_ROTATE_90 = ExifInterface.Orientation.RIGHT_TOP;
187 return ORI_ROTATE_90;
227 if (ori == ORI_ROTATE_90 ||
236 case ORI_ROTATE_90:
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMetadata.java 265 case ImageLoader.ORI_ROTATE_90: {
317 if (orientation == ImageLoader.ORI_ROTATE_90 ||

Completed in 133 milliseconds