summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorYin-Chia Yeh <yinchiayeh@google.com>2014-05-30 21:41:41 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-30 21:41:42 +0000
commitf41799e7f7d29ce479372f31d5570b99859692c3 (patch)
tree4cc86b020bec777e4eeef6fca4cbc4fbd9ea446c /api
parent9edc7324772db3b9c8478449fb0eda19b30bde56 (diff)
parent97f1c854993a65b2c700426a1e3a83b23ea65337 (diff)
downloadframeworks_base-f41799e7f7d29ce479372f31d5570b99859692c3.zip
frameworks_base-f41799e7f7d29ce479372f31d5570b99859692c3.tar.gz
frameworks_base-f41799e7f7d29ce479372f31d5570b99859692c3.tar.bz2
Merge "Camera2: update the range of metering weight" into lmp-preview-dev
Diffstat (limited to 'api')
-rw-r--r--api/current.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index a91c690..f5b524e 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -12659,6 +12659,9 @@ package android.hardware.camera2.params {
method public int getWidth();
method public int getX();
method public int getY();
+ field public static final int METERING_WEIGHT_DONT_CARE = 0; // 0x0
+ field public static final int METERING_WEIGHT_MAX = 1000; // 0x3e8
+ field public static final int METERING_WEIGHT_MIN = 0; // 0x0
}
public final class RggbChannelVector {