diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 8104950..e17e31d 100644 --- a/api/current.xml +++ b/api/current.xml @@ -75570,6 +75570,19 @@ visibility="public" > </method> +<method name="getFocusDistances" + return="void" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<parameter name="output" type="float[]"> +</parameter> +</method> <method name="getFocusMode" return="java.lang.String" abstract="false" @@ -76492,6 +76505,39 @@ visibility="public" > </field> +<field name="FOCUS_DISTANCE_FAR_INDEX" + type="int" + transient="false" + volatile="false" + value="2" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="FOCUS_DISTANCE_NEAR_INDEX" + type="int" + transient="false" + volatile="false" + value="0" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="FOCUS_DISTANCE_OPTIMAL_INDEX" + type="int" + transient="false" + volatile="false" + value="1" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="FOCUS_MODE_AUTO" type="java.lang.String" transient="false" |