summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware/Camera.java
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2012-04-20 03:21:30 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-20 03:21:30 -0700
commite17fc7d6693ed36058a880c69332f642ad48cf18 (patch)
treee0d04e657893952a0fec210fa100c67f6320dc2c /core/java/android/hardware/Camera.java
parente30df7744c2ff5c6f23ed7d6fb2cd229188c32f8 (diff)
parent8969ea12ca55eef75783796ba52a0120f7188095 (diff)
downloadframeworks_base-e17fc7d6693ed36058a880c69332f642ad48cf18.zip
frameworks_base-e17fc7d6693ed36058a880c69332f642ad48cf18.tar.gz
frameworks_base-e17fc7d6693ed36058a880c69332f642ad48cf18.tar.bz2
Merge "Improve android.hardware.Camera.setRotation javadoc."
Diffstat (limited to 'core/java/android/hardware/Camera.java')
-rw-r--r--core/java/android/hardware/Camera.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/java/android/hardware/Camera.java b/core/java/android/hardware/Camera.java
index 4fb710e..eb0a0c6 100644
--- a/core/java/android/hardware/Camera.java
+++ b/core/java/android/hardware/Camera.java
@@ -2442,13 +2442,13 @@ public class Camera {
}
/**
- * Sets the rotation angle in degrees relative to the orientation of
- * the camera. This affects the pictures returned from JPEG {@link
- * PictureCallback}. The camera driver may set orientation in the
- * EXIF header without rotating the picture. Or the driver may rotate
- * the picture and the EXIF thumbnail. If the Jpeg picture is rotated,
- * the orientation in the EXIF header will be missing or 1 (row #0 is
- * top and column #0 is left side).
+ * Sets the clockwise rotation angle in degrees relative to the
+ * orientation of the camera. This affects the pictures returned from
+ * JPEG {@link PictureCallback}. The camera driver may set orientation
+ * in the EXIF header without rotating the picture. Or the driver may
+ * rotate the picture and the EXIF thumbnail. If the Jpeg picture is
+ * rotated, the orientation in the EXIF header will be missing or 1
+ * (row #0 is top and column #0 is left side).
*
* <p>If applications want to rotate the picture to match the orientation
* of what users see, apps should use {@link