Searched defs:ORI_TRANSPOSE (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/util/
H A DImageLoader.java55 public static final int ORI_TRANSPOSE = ExifInterface.Orientation.LEFT_TOP; field in class:ImageLoader
143 case ORI_TRANSPOSE:
185 ori == ORI_TRANSPOSE ||
207 case ORI_TRANSPOSE:
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DImageLoader.java64 public static final int ORI_TRANSPOSE = ExifInterface.Orientation.LEFT_TOP; field in class:ImageLoader
173 case ORI_TRANSPOSE:
211 ori == ORI_TRANSPOSE ||
233 case ORI_TRANSPOSE:

Completed in 129 milliseconds