diff options
Diffstat (limited to 'api/current.xml')
| -rw-r--r-- | api/current.xml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index ae7ba60..1b7254f 100644 --- a/api/current.xml +++ b/api/current.xml @@ -173756,6 +173756,17 @@ visibility="public" > </method> +<method name="getKeyboardType" + return="int" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="getMotionRange" return="android.view.InputDevice.MotionRange" abstract="false" @@ -173804,6 +173815,39 @@ <parameter name="keyCode" type="int"> </parameter> </method> +<field name="KEYBOARD_TYPE_ALPHABETIC" + type="int" + transient="false" + volatile="false" + value="2" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYBOARD_TYPE_NONE" + type="int" + transient="false" + volatile="false" + value="0" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYBOARD_TYPE_NON_ALPHABETIC" + type="int" + transient="false" + volatile="false" + value="1" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="MOTION_RANGE_ORIENTATION" type="int" transient="false" @@ -173903,6 +173947,17 @@ visibility="public" > </field> +<field name="SOURCE_ANY" + type="int" + transient="false" + volatile="false" + value="-256" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="SOURCE_CLASS_BUTTON" type="int" transient="false" |
