Searched refs:RIGHT_TOP (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DExif.java52 case ExifTag.Orientation.RIGHT_TOP:
H A DPanoramaModule.java953 return ExifTag.Orientation.RIGHT_TOP;
/packages/apps/Camera2/src/com/android/camera/crop/
H A DImageLoader.java49 public static final int ORI_ROTATE_90 = ExifInterface.Orientation.RIGHT_TOP;
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java375 * <li>RIGHT_TOP is a 90 degree clockwise rotation.</li>
386 public static final short RIGHT_TOP = 6; field in interface:ExifInterface.Orientation
1868 return Orientation.RIGHT_TOP; // 90 degrees cw
1886 case Orientation.RIGHT_TOP:
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java375 * <li>RIGHT_TOP is a 90 degree clockwise rotation.</li>
386 public static final short RIGHT_TOP = 6; field in interface:ExifInterface.Orientation
1868 return Orientation.RIGHT_TOP; // 90 degrees cw
1886 case Orientation.RIGHT_TOP:
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifInterface.java375 * <li>RIGHT_TOP is a 90 degree clockwise rotation.</li>
386 public static final short RIGHT_TOP = 6; field in interface:ExifInterface.Orientation
1868 return Orientation.RIGHT_TOP; // 90 degrees cw
1886 case Orientation.RIGHT_TOP:
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifInterface.java375 * <li>RIGHT_TOP is a 90 degree clockwise rotation.</li>
386 public static final short RIGHT_TOP = 6; field in interface:ExifInterface.Orientation
1868 return Orientation.RIGHT_TOP; // 90 degrees cw
1886 case Orientation.RIGHT_TOP:
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DImageLoader.java59 public static final int ORI_ROTATE_90 = ExifInterface.Orientation.RIGHT_TOP;

Completed in 299 milliseconds