FileDocCategorySizeDatePackage
ValueAnimator.javaAPI DocAndroid 5.1 API4282Sat Mar 14 14:09:38 GMT 2015android.animation

ValueAnimator

public class ValueAnimator extends android.animation.Animator

Fields Summary
public static final int
INFINITE
public static final int
RESTART
public static final int
REVERSE
Constructors Summary
public ValueAnimator()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddUpdateListener(android.animation.ValueAnimator$AnimatorUpdateListener listener)

 throw new RuntimeException("Stub!"); 
public voidcancel()

 throw new RuntimeException("Stub!"); 
public android.animation.ValueAnimatorclone()

 throw new RuntimeException("Stub!"); 
public voidend()

 throw new RuntimeException("Stub!"); 
public floatgetAnimatedFraction()

 throw new RuntimeException("Stub!"); 
public java.lang.ObjectgetAnimatedValue()

 throw new RuntimeException("Stub!"); 
public java.lang.ObjectgetAnimatedValue(java.lang.String propertyName)

 throw new RuntimeException("Stub!"); 
public longgetCurrentPlayTime()

 throw new RuntimeException("Stub!"); 
public longgetDuration()

 throw new RuntimeException("Stub!"); 
public static longgetFrameDelay()

 throw new RuntimeException("Stub!"); 
public android.animation.TimeInterpolatorgetInterpolator()

 throw new RuntimeException("Stub!"); 
public intgetRepeatCount()

 throw new RuntimeException("Stub!"); 
public intgetRepeatMode()

 throw new RuntimeException("Stub!"); 
public longgetStartDelay()

 throw new RuntimeException("Stub!"); 
public android.animation.PropertyValuesHolder[]getValues()

 throw new RuntimeException("Stub!"); 
public booleanisRunning()

 throw new RuntimeException("Stub!"); 
public booleanisStarted()

 throw new RuntimeException("Stub!"); 
public static android.animation.ValueAnimatorofArgb(int values)

 throw new RuntimeException("Stub!"); 
public static android.animation.ValueAnimatorofFloat(float values)

 throw new RuntimeException("Stub!"); 
public static android.animation.ValueAnimatorofInt(int values)

 throw new RuntimeException("Stub!"); 
public static android.animation.ValueAnimatorofObject(android.animation.TypeEvaluator evaluator, java.lang.Object values)

 throw new RuntimeException("Stub!"); 
public static android.animation.ValueAnimatorofPropertyValuesHolder(android.animation.PropertyValuesHolder values)

 throw new RuntimeException("Stub!"); 
public voidpause()

 throw new RuntimeException("Stub!"); 
public voidremoveAllUpdateListeners()

 throw new RuntimeException("Stub!"); 
public voidremoveUpdateListener(android.animation.ValueAnimator$AnimatorUpdateListener listener)

 throw new RuntimeException("Stub!"); 
public voidresume()

 throw new RuntimeException("Stub!"); 
public voidreverse()

 throw new RuntimeException("Stub!"); 
public voidsetCurrentFraction(float fraction)

 throw new RuntimeException("Stub!"); 
public voidsetCurrentPlayTime(long playTime)

 throw new RuntimeException("Stub!"); 
public android.animation.ValueAnimatorsetDuration(long duration)

 throw new RuntimeException("Stub!"); 
public voidsetEvaluator(android.animation.TypeEvaluator value)

 throw new RuntimeException("Stub!"); 
public voidsetFloatValues(float values)

 throw new RuntimeException("Stub!"); 
public static voidsetFrameDelay(long frameDelay)

 throw new RuntimeException("Stub!"); 
public voidsetIntValues(int values)

 throw new RuntimeException("Stub!"); 
public voidsetInterpolator(android.animation.TimeInterpolator value)

 throw new RuntimeException("Stub!"); 
public voidsetObjectValues(java.lang.Object values)

 throw new RuntimeException("Stub!"); 
public voidsetRepeatCount(int value)

 throw new RuntimeException("Stub!"); 
public voidsetRepeatMode(int value)

 throw new RuntimeException("Stub!"); 
public voidsetStartDelay(long startDelay)

 throw new RuntimeException("Stub!"); 
public voidsetValues(android.animation.PropertyValuesHolder values)

 throw new RuntimeException("Stub!"); 
public voidstart()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");