diff options
| author | 2011-03-09 19:35:28 -0800 | |
|---|---|---|
| committer | 2011-03-09 19:35:28 -0800 | |
| commit | 4ffdca06ec5575ddaa215941c1cc21de96e76bcb (patch) | |
| tree | a404398c454364cd6e77398121eea4018c1cbb18 | |
| parent | e6f0ae12b18819424dd8395b433a8fc9caefa77b (diff) | |
| parent | 3de30a4c1e48d92af14154abddd4fb6fe0c6aa13 (diff) | |
am 3de30a4c: Update API.
* commit '3de30a4c1e48d92af14154abddd4fb6fe0c6aa13':
Update API.
| -rw-r--r-- | api/current.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/api/current.xml b/api/current.xml index cd3a7fb0d6ec..e3745a3a5bf3 100644 --- a/api/current.xml +++ b/api/current.xml @@ -211374,8 +211374,6 @@ deprecated="not deprecated" visibility="public" > -<parameter name="axis" type="int"> -</parameter> </method> <method name="getMotionRange" return="android.view.InputDevice.MotionRange" @@ -211387,6 +211385,8 @@ deprecated="not deprecated" visibility="public" > +<parameter name="axis" type="int"> +</parameter> </method> <method name="getMotionRange" return="android.view.InputDevice.MotionRange" @@ -267427,7 +267427,7 @@ deprecated="not deprecated" visibility="public" > -<parameter name="t" type="T"> +<parameter name="arg0" type="T"> </parameter> </method> </interface> |