diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 41 |
1 files changed, 39 insertions, 2 deletions
diff --git a/api/current.xml b/api/current.xml index cbccf93..cd3a7fb 100644 --- a/api/current.xml +++ b/api/current.xml @@ -211374,9 +211374,11 @@ deprecated="not deprecated" visibility="public" > +<parameter name="axis" type="int"> +</parameter> </method> -<method name="getMotionAxes" - return="int[]" +<method name="getMotionRange" + return="android.view.InputDevice.MotionRange" abstract="false" native="false" synchronized="false" @@ -211398,6 +211400,19 @@ > <parameter name="axis" type="int"> </parameter> +<parameter name="source" type="int"> +</parameter> +</method> +<method name="getMotionRanges" + return="java.util.List<android.view.InputDevice.MotionRange>" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> </method> <method name="getName" return="java.lang.String" @@ -211763,6 +211778,17 @@ deprecated="not deprecated" visibility="public" > +<method name="getAxis" + return="int" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="getFlat" return="float" abstract="false" @@ -211818,6 +211844,17 @@ visibility="public" > </method> +<method name="getSource" + return="int" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> </class> <class name="InputEvent" extends="java.lang.Object" |