diff options
author | Wu-cheng Li <wuchengli@google.com> | 2010-08-30 14:06:16 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-08-30 14:06:16 -0700 |
commit | b8f7f42f70790121f954c2ae3d2e7b915808510a (patch) | |
tree | b1021e2ca1cc67ee9416b79b3cd2ca11bbfb38f7 /api | |
parent | 1ace4163fa8015c58b28aaa7b0d8d49bdee654d1 (diff) | |
parent | 6e46e6f7488ad1f4e6ab762d141790798fe3f2d5 (diff) | |
download | frameworks_base-b8f7f42f70790121f954c2ae3d2e7b915808510a.zip frameworks_base-b8f7f42f70790121f954c2ae3d2e7b915808510a.tar.gz frameworks_base-b8f7f42f70790121f954c2ae3d2e7b915808510a.tar.bz2 |
am 6e46e6f7: am 7ec7b997: Remove camera metering mode API.
Merge commit '6e46e6f7488ad1f4e6ab762d141790798fe3f2d5'
* commit '6e46e6f7488ad1f4e6ab762d141790798fe3f2d5':
Remove camera metering mode API.
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/api/current.xml b/api/current.xml index 52a0b51..2d7c02e 100644 --- a/api/current.xml +++ b/api/current.xml @@ -83330,17 +83330,6 @@ visibility="public" > </method> -<method name="getMeteringMode" - return="java.lang.String" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> <method name="getMinExposureCompensation" return="int" abstract="false" @@ -83486,17 +83475,6 @@ visibility="public" > </method> -<method name="getSupportedMeteringModes" - return="java.util.List<java.lang.String>" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> <method name="getSupportedPictureFormats" return="java.util.List<java.lang.Integer>" abstract="false" @@ -83876,19 +83854,6 @@ <parameter name="height" type="int"> </parameter> </method> -<method name="setMeteringMode" - return="void" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="value" type="java.lang.String"> -</parameter> -</method> <method name="setPictureFormat" return="void" abstract="false" @@ -84335,39 +84300,6 @@ visibility="public" > </field> -<field name="METERING_MODE_CENTER_WEIGHTED" - type="java.lang.String" - transient="false" - volatile="false" - value=""center-weighted"" - static="true" - final="true" - deprecated="not deprecated" - visibility="public" -> -</field> -<field name="METERING_MODE_FRAME_AVERAGE" - type="java.lang.String" - transient="false" - volatile="false" - value=""frame-average"" - static="true" - final="true" - deprecated="not deprecated" - visibility="public" -> -</field> -<field name="METERING_MODE_SPOT" - type="java.lang.String" - transient="false" - volatile="false" - value=""spot"" - static="true" - final="true" - deprecated="not deprecated" - visibility="public" -> -</field> <field name="PREVIEW_FPS_MAX_INDEX" type="int" transient="false" |