From 80ea00c8391d4fa3a1966903af50732c337aadab Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Wed, 10 Mar 2010 12:40:04 -0800 Subject: [PATCH] Fix the build. Change-Id: I7ed20f3d2fb1a80974fbbfe42fdd2f8f135ee401 --- api/current.xml | 26 +++++++++++++++++++++ core/java/android/view/VelocityTracker.java | 4 ---- 2 files changed, 26 insertions(+), 4 deletions(-) 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];