All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.view.VelocityTracker Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.view;
public final class VelocityTracker
{
VelocityTracker() { throw new RuntimeException("Stub!"); }
public static  android.view.VelocityTracker obtain() { throw new RuntimeException("Stub!"); }
public  void recycle() { throw new RuntimeException("Stub!"); }
protected  void finalize() throws java.lang.Throwable { throw new RuntimeException("Stub!"); }
public  void clear() { throw new RuntimeException("Stub!"); }
public  void addMovement(android.view.MotionEvent event) { throw new RuntimeException("Stub!"); }
public  void computeCurrentVelocity(int units) { throw new RuntimeException("Stub!"); }
public  void computeCurrentVelocity(int units, float maxVelocity) { throw new RuntimeException("Stub!"); }
public  float getXVelocity() { throw new RuntimeException("Stub!"); }
public  float getYVelocity() { throw new RuntimeException("Stub!"); }
public  float getXVelocity(int id) { throw new RuntimeException("Stub!"); }
public  float getYVelocity(int id) { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy