Searched defs:Orientation (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java383 public static interface Orientation { interface in class:ExifInterface
1835 * Returns the Orientation ExifTag value for a given number of degrees.
1845 return Orientation.TOP_LEFT; // 0 degrees
1847 return Orientation.RIGHT_TOP; // 90 degrees cw
1849 return Orientation.BOTTOM_LEFT; // 180 degrees
1851 return Orientation.RIGHT_BOTTOM; // 270 degrees cw
1856 * Returns the rotation degrees corresponding to an ExifTag Orientation
1859 * @param orientation the ExifTag Orientation value.
1863 case Orientation.TOP_LEFT:
1865 case Orientation
[all...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java380 public static interface Orientation { interface in class:ExifInterface
1856 * Returns the Orientation ExifTag value for a given number of degrees.
1866 return Orientation.TOP_LEFT; // 0 degrees
1868 return Orientation.RIGHT_TOP; // 90 degrees cw
1870 return Orientation.BOTTOM_LEFT; // 180 degrees
1872 return Orientation.RIGHT_BOTTOM; // 270 degrees cw
1877 * Returns the rotation degrees corresponding to an ExifTag Orientation
1880 * @param orientation the ExifTag Orientation value.
1884 case Orientation.TOP_LEFT:
1886 case Orientation
[all...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifInterface.java380 public static interface Orientation { interface in class:ExifInterface
1856 * Returns the Orientation ExifTag value for a given number of degrees.
1866 return Orientation.TOP_LEFT; // 0 degrees
1868 return Orientation.RIGHT_TOP; // 90 degrees cw
1870 return Orientation.BOTTOM_LEFT; // 180 degrees
1872 return Orientation.RIGHT_BOTTOM; // 270 degrees cw
1877 * Returns the rotation degrees corresponding to an ExifTag Orientation
1880 * @param orientation the ExifTag Orientation value.
1884 case Orientation.TOP_LEFT:
1886 case Orientation
[all...]
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifInterface.java380 public static interface Orientation { interface in class:ExifInterface
1856 * Returns the Orientation ExifTag value for a given number of degrees.
1866 return Orientation.TOP_LEFT; // 0 degrees
1868 return Orientation.RIGHT_TOP; // 90 degrees cw
1870 return Orientation.BOTTOM_LEFT; // 180 degrees
1872 return Orientation.RIGHT_BOTTOM; // 270 degrees cw
1877 * Returns the rotation degrees corresponding to an ExifTag Orientation
1880 * @param orientation the ExifTag Orientation value.
1884 case Orientation.TOP_LEFT:
1886 case Orientation
[all...]

Completed in 1267 milliseconds