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

/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A DExifInterface.java276 interface Orientation { interface in class:ExifInterface
298 case Orientation.TOP_RIGHT: // Flip horizontal
301 case Orientation.BOTTOM_RIGHT: // Flip vertical
304 case Orientation.BOTTOM_LEFT: // Rotate 180
307 case Orientation.RIGHT_BOTTOM: // Rotate 270
311 case Orientation.RIGHT_TOP: // Rotate 90
315 case Orientation.LEFT_TOP: // Transpose
320 case Orientation.LEFT_BOTTOM: // Transverse
/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/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 67 milliseconds