diff options
author | Yin-Chia Yeh <yinchiayeh@google.com> | 2014-05-30 21:41:41 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-05-30 21:41:42 +0000 |
commit | f41799e7f7d29ce479372f31d5570b99859692c3 (patch) | |
tree | 4cc86b020bec777e4eeef6fca4cbc4fbd9ea446c /api | |
parent | 9edc7324772db3b9c8478449fb0eda19b30bde56 (diff) | |
parent | 97f1c854993a65b2c700426a1e3a83b23ea65337 (diff) | |
download | frameworks_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.txt | 3 |
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 { |