diff options
Diffstat (limited to 'api/current.xml')
-rw-r--r-- | api/current.xml | 43 |
1 files changed, 21 insertions, 22 deletions
diff --git a/api/current.xml b/api/current.xml index 1b7254f..f1a383f 100644 --- a/api/current.xml +++ b/api/current.xml @@ -174217,6 +174217,17 @@ > <implements name="android.os.Parcelable"> </implements> +<method name="describeContents" + return="int" + abstract="false" + native="false" + synchronized="false" + static="false" + final="true" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="getDevice" return="android.view.InputDevice" abstract="false" @@ -174250,6 +174261,16 @@ visibility="public" > </method> +<field name="CREATOR" + type="android.os.Parcelable.Creator" + transient="false" + volatile="false" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="mDeviceId" type="int" transient="false" @@ -174893,17 +174914,6 @@ <parameter name="newFlags" type="int"> </parameter> </method> -<method name="describeContents" - return="int" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> <method name="dispatch" return="boolean" abstract="false" @@ -178103,17 +178113,6 @@ <parameter name="metaState" type="int"> </parameter> </method> -<method name="describeContents" - return="int" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> <method name="findPointerIndex" return="int" abstract="false" |