File
Doc
Category
Size
Date
Package
AnticipateInterpolator.java
API Doc
Android 5.1 API
502
Sat Mar 14 14:09:40 GMT 2015
android.view.animation
AnticipateInterpolator
java.lang.Object
android.view.animation.BaseInterpolator
public class AnticipateInterpolator extends android.view.animation.BaseInterpolator
Fields Summary
Constructors Summary
public AnticipateInterpolator
()
throw new RuntimeException("Stub!");
public AnticipateInterpolator
(
float
tension)
throw new RuntimeException("Stub!");
public AnticipateInterpolator
(
android.content.Context
context,
android.util.AttributeSet
attrs)
throw new RuntimeException("Stub!");
Methods Summary
public
float
getInterpolation
(
float
t)
throw new RuntimeException("Stub!");
Java Code Source