diff options
author | Romain Guy <romainguy@android.com> | 2009-07-06 11:48:52 -0700 |
---|---|---|
committer | Romain Guy <romainguy@android.com> | 2009-07-06 11:48:52 -0700 |
commit | 4296fc4d326447875c26a925f12b3935632f13bb (patch) | |
tree | b2963d32112fb2d3d961ebd48dc8a4b67b8c4d64 /api | |
parent | 816cf52abd8f45770f0ac922bbb819184ed4b90f (diff) | |
download | frameworks_base-4296fc4d326447875c26a925f12b3935632f13bb.zip frameworks_base-4296fc4d326447875c26a925f12b3935632f13bb.tar.gz frameworks_base-4296fc4d326447875c26a925f12b3935632f13bb.tar.bz2 |
Fixes #1444844. Set a maximum fling velocity in scrollable views.
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index b1e042b..d028faa 100644 --- a/api/current.xml +++ b/api/current.xml @@ -139718,6 +139718,21 @@ <parameter name="units" type="int"> </parameter> </method> +<method name="computeCurrentVelocity" + return="void" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<parameter name="units" type="int"> +</parameter> +<parameter name="maxVelocity" type="float"> +</parameter> +</method> <method name="getXVelocity" return="float" abstract="false" @@ -144121,6 +144136,17 @@ visibility="public" > </method> +<method name="getMaximumFlingVelocity" + return="int" + abstract="false" + native="false" + synchronized="false" + static="true" + final="false" + deprecated="deprecated" + visibility="public" +> +</method> <method name="getMinimumFlingVelocity" return="int" abstract="false" @@ -144187,6 +144213,17 @@ visibility="public" > </method> +<method name="getScaledMaximumFlingVelocity" + return="int" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="getScaledMinimumFlingVelocity" return="int" abstract="false" |