diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 66 |
1 files changed, 65 insertions, 1 deletions
diff --git a/api/current.xml b/api/current.xml index 1f3b5fd..22d82ce 100644 --- a/api/current.xml +++ b/api/current.xml @@ -57955,6 +57955,17 @@ visibility="public" > </field> +<field name="CONFIG_SCREEN_SIZE" + type="int" + transient="false" + volatile="false" + value="1024" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="CONFIG_TOUCHSCREEN" type="int" transient="false" @@ -64017,6 +64028,28 @@ visibility="public" > </field> +<field name="SCREEN_HEIGHT_DP_UNDEFINED" + type="int" + transient="false" + volatile="false" + value="0" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="SCREEN_WIDTH_DP_UNDEFINED" + type="int" + transient="false" + volatile="false" + value="0" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="TOUCHSCREEN_FINGER" type="int" transient="false" @@ -64260,6 +64293,16 @@ visibility="public" > </field> +<field name="screenHeightDp" + type="int" + transient="false" + volatile="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="screenLayout" type="int" transient="false" @@ -64270,6 +64313,16 @@ visibility="public" > </field> +<field name="screenWidthDp" + type="int" + transient="false" + volatile="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="touchscreen" type="int" transient="false" @@ -144074,6 +144127,17 @@ visibility="public" > </field> +<field name="ICE_CREAM_SANDWICH" + type="int" + transient="false" + volatile="false" + value="10000" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> </class> <class name="Bundle" extends="java.lang.Object" @@ -267777,7 +267841,7 @@ deprecated="not deprecated" visibility="public" > -<parameter name="t" type="T"> +<parameter name="arg0" type="T"> </parameter> </method> </interface> |