Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java60 public static final int ORI_ROTATE_180 = ExifInterface.Orientation.BOTTOM_LEFT; field in ImageLoader
118 return ORI_ROTATE_180; in getMetadataOrientation()
169 case ORI_ROTATE_180: in parseExif()
192 case ORI_ROTATE_180: in getMetadataRotation()
221 case ORI_ROTATE_180: in orientBitmap()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java244 case ImageLoader.ORI_ROTATE_180: in getRotationForOrientation()