Home
last modified time | relevance | path

Searched refs:RIGHT_BOTTOM (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
DExifInterface.java284 short RIGHT_BOTTOM = 8; field
307 case Orientation.RIGHT_BOTTOM: // Rotate 270 in getOrientationParams()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifInterface.java388 public static final short RIGHT_BOTTOM = 8; field
1872 return Orientation.RIGHT_BOTTOM; // 270 degrees cw in getOrientationValueForRotation()
1890 case Orientation.RIGHT_BOTTOM: in getRotationForOrientationValue()
1909 case Orientation.RIGHT_BOTTOM: // Rotate 270 in getOrientationParams()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifInterface.java388 public static final short RIGHT_BOTTOM = 8; field
1872 return Orientation.RIGHT_BOTTOM; // 270 degrees cw in getOrientationValueForRotation()
1890 case Orientation.RIGHT_BOTTOM: in getRotationForOrientationValue()
/packages/apps/Camera2/src/com/android/camera/exif/
DExifInterface.java391 public static final short RIGHT_BOTTOM = 8; field
1851 return Orientation.RIGHT_BOTTOM; // 270 degrees cw in getOrientationValueForRotation()
1869 case Orientation.RIGHT_BOTTOM: in getRotationForOrientationValue()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java61 public static final int ORI_ROTATE_270 = ExifInterface.Orientation.RIGHT_BOTTOM;