Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java61 public static final int ORI_ROTATE_270 = ExifInterface.Orientation.RIGHT_BOTTOM; field in ImageLoader
116 return ORI_ROTATE_270; in getMetadataOrientation()
170 case ORI_ROTATE_270: in parseExif()
194 case ORI_ROTATE_270: in getMetadataRotation()
210 ori == ORI_ROTATE_270 || in orientBitmap()
224 case ORI_ROTATE_270: in orientBitmap()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java246 case ImageLoader.ORI_ROTATE_270: in getRotationForOrientation()