Home
last modified time | relevance | path

Searched refs:ORI_ROTATE_90 (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java59 public static final int ORI_ROTATE_90 = ExifInterface.Orientation.RIGHT_TOP; field in ImageLoader
114 return ORI_ROTATE_90; in getMetadataOrientation()
168 case ORI_ROTATE_90: in parseExif()
190 case ORI_ROTATE_90: in getMetadataRotation()
209 if (ori == ORI_ROTATE_90 || in orientBitmap()
218 case ORI_ROTATE_90: in orientBitmap()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java242 case ImageLoader.ORI_ROTATE_90: in getRotationForOrientation()