Loading api/current.xml +26 −0 Original line number Diff line number Diff line Loading @@ -174601,6 +174601,19 @@ visibility="public" > </method> <method name="getXVelocity" return="float" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="id" type="int"> </parameter> </method> <method name="getYVelocity" return="float" abstract="false" Loading @@ -174612,6 +174625,19 @@ visibility="public" > </method> <method name="getYVelocity" return="float" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="id" type="int"> </parameter> </method> <method name="obtain" return="android.view.VelocityTracker" abstract="false" core/java/android/view/VelocityTracker.java +0 −4 Original line number Diff line number Diff line Loading @@ -259,8 +259,6 @@ public final class VelocityTracker implements Poolable<VelocityTracker> { * * @param id Which pointer's velocity to return. * @return The previously computed X velocity. * * @hide Pending API approval */ public float getXVelocity(int id) { return mXVelocity[id]; Loading @@ -272,8 +270,6 @@ public final class VelocityTracker implements Poolable<VelocityTracker> { * * @param id Which pointer's velocity to return. * @return The previously computed Y velocity. * * @hide Pending API approval */ public float getYVelocity(int id) { return mYVelocity[id]; Loading Loading
api/current.xml +26 −0 Original line number Diff line number Diff line Loading @@ -174601,6 +174601,19 @@ visibility="public" > </method> <method name="getXVelocity" return="float" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="id" type="int"> </parameter> </method> <method name="getYVelocity" return="float" abstract="false" Loading @@ -174612,6 +174625,19 @@ visibility="public" > </method> <method name="getYVelocity" return="float" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="id" type="int"> </parameter> </method> <method name="obtain" return="android.view.VelocityTracker" abstract="false"
core/java/android/view/VelocityTracker.java +0 −4 Original line number Diff line number Diff line Loading @@ -259,8 +259,6 @@ public final class VelocityTracker implements Poolable<VelocityTracker> { * * @param id Which pointer's velocity to return. * @return The previously computed X velocity. * * @hide Pending API approval */ public float getXVelocity(int id) { return mXVelocity[id]; Loading @@ -272,8 +270,6 @@ public final class VelocityTracker implements Poolable<VelocityTracker> { * * @param id Which pointer's velocity to return. * @return The previously computed Y velocity. * * @hide Pending API approval */ public float getYVelocity(int id) { return mYVelocity[id]; Loading