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

android.view.animation.AnticipateOvershootInterpolator Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

The newest version!
package android.view.animation;
public class AnticipateOvershootInterpolator
  implements android.view.animation.Interpolator
{
public  AnticipateOvershootInterpolator() { throw new RuntimeException("Stub!"); }
public  AnticipateOvershootInterpolator(float tension) { throw new RuntimeException("Stub!"); }
public  AnticipateOvershootInterpolator(float tension, float extraTension) { throw new RuntimeException("Stub!"); }
public  AnticipateOvershootInterpolator(android.content.Context context, android.util.AttributeSet attrs) { throw new RuntimeException("Stub!"); }
public  float getInterpolation(float t) { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy