summaryrefslogtreecommitdiffstats
path: root/include/camera
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-06-07 18:23:14 +0800
committerWu-cheng Li <wuchengli@google.com>2011-06-07 19:00:03 +0800
commit0c08325b66b74e1353d84662c684e4380bb8292f (patch)
treeac015cda54191bb8dbf38d06cddff448a2905fbe /include/camera
parent158b194da537c18a6ad1d7ef3cd63c87b2310269 (diff)
downloadframeworks_av-0c08325b66b74e1353d84662c684e4380bb8292f.zip
frameworks_av-0c08325b66b74e1353d84662c684e4380bb8292f.tar.gz
frameworks_av-0c08325b66b74e1353d84662c684e4380bb8292f.tar.bz2
Improve android.hardware.Camera.Area javadoc.
bug:4553469 Change-Id: Iae88af354fee4925cb7978572c27f6dd5595ca59
Diffstat (limited to 'include/camera')
-rw-r--r--include/camera/CameraParameters.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/camera/CameraParameters.h b/include/camera/CameraParameters.h
index dc5fc84..e605ddd 100644
--- a/include/camera/CameraParameters.h
+++ b/include/camera/CameraParameters.h
@@ -263,7 +263,7 @@ public:
// direction is not affected by the rotation or mirroring of
// CAMERA_CMD_SET_DISPLAY_ORIENTATION. Coordinates range from -1000 to 1000.
// (-1000,-1000) is the upper left point. (1000, 1000) is the lower right
- // point. The length and width of focus areas cannot be 0 or negative.
+ // point. The width and height of focus areas cannot be 0 or negative.
//
// The fifth element is the weight. Values for weight must range from 1 to
// 1000. The weight should be interpreted as a per-pixel weight - all
@@ -373,7 +373,7 @@ public:
// direction is not affected by the rotation or mirroring of
// CAMERA_CMD_SET_DISPLAY_ORIENTATION. Coordinates of the rectangle range
// from -1000 to 1000. (-1000, -1000) is the upper left point. (1000, 1000)
- // is the lower right point. The length and width of metering areas cannot
+ // is the lower right point. The width and height of metering areas cannot
// be 0 or negative.
//
// The fifth element is the weight. Values for weight must range from 1 to