diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index fed1e45..12c2eee 100644 --- a/api/current.xml +++ b/api/current.xml @@ -167061,6 +167061,39 @@ visibility="public" > </field> +<field name="BRIGHTNESS_OVERRIDE_FULL" + type="float" + transient="false" + volatile="false" + value="1.0f" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="BRIGHTNESS_OVERRIDE_NONE" + type="float" + transient="false" + volatile="false" + value="-1.0f" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="BRIGHTNESS_OVERRIDE_OFF" + type="float" + transient="false" + volatile="false" + value="0.0f" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="CREATOR" type="android.os.Parcelable.Creator" transient="false" @@ -167917,6 +167950,16 @@ visibility="public" > </field> +<field name="buttonBrightness" + type="float" + transient="false" + volatile="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="dimAmount" type="float" transient="false" |