diff options
| author | 2011-03-16 11:46:00 -0700 | |
|---|---|---|
| committer | 2011-03-16 11:46:00 -0700 | |
| commit | 5949f89f3c944ca5992cbe09b5cf3abbacbaa8b6 (patch) | |
| tree | 286779d34f33ea191f596a5cbec3859001a6c96c /api/current.xml | |
| parent | a0933013d04ccc1a08e95b1210e5b30f3daadcf3 (diff) | |
| parent | 9812aed2765c671e6c3f5255ac1b8a2fe0e72ef6 (diff) | |
Merge "Add 3D mode key and others."
Diffstat (limited to 'api/current.xml')
| -rw-r--r-- | api/current.xml | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/api/current.xml b/api/current.xml index b5cb881199c4..2cb04f1e4e5f 100644 --- a/api/current.xml +++ b/api/current.xml @@ -213330,6 +213330,17 @@ visibility="public" > </field> +<field name="KEYCODE_3D_MODE" + type="int" + transient="false" + volatile="false" + value="206" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="KEYCODE_4" type="int" transient="false" @@ -214485,6 +214496,17 @@ visibility="public" > </field> +<field name="KEYCODE_LANGUAGE_SWITCH" + type="int" + transient="false" + volatile="false" + value="204" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="KEYCODE_LEFT_BRACKET" type="int" transient="false" @@ -214507,6 +214529,17 @@ visibility="public" > </field> +<field name="KEYCODE_MANNER_MODE" + type="int" + transient="false" + volatile="false" + value="205" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="KEYCODE_MEDIA_CLOSE" type="int" transient="false" @@ -220968,7 +221001,7 @@ deprecated="not deprecated" visibility="public" > -<parameter name="ev" type="android.view.MotionEvent"> +<parameter name="event" type="android.view.MotionEvent"> </parameter> </method> <method name="clear" |