From 97f1c854993a65b2c700426a1e3a83b23ea65337 Mon Sep 17 00:00:00 2001 From: Yin-Chia Yeh Date: Wed, 28 May 2014 16:36:05 -0700 Subject: Camera2: update the range of metering weight Limit the range of metering weight to 0-1000. Bug: 15315352 Change-Id: Iceb13b72508cb3c9f758bdcb1b69b6b11ec5aaf8 --- api/current.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'api') diff --git a/api/current.txt b/api/current.txt index 2b6189a..7d5810e 100644 --- a/api/current.txt +++ b/api/current.txt @@ -12668,6 +12668,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 { -- cgit v1.1