diff --git a/api/current.xml b/api/current.xml index 8d15665afa94a..c2d273d12edea 100644 --- a/api/current.xml +++ b/api/current.xml @@ -174601,6 +174601,19 @@ visibility="public" > + + + + + + + + { * * @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]; @@ -272,8 +270,6 @@ public final class VelocityTracker implements Poolable { * * @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];