FileDocCategorySizeDatePackage
Animator.javaAPI DocAndroid 5.1 API2616Sat Mar 14 14:09:40 GMT 2015android.animation

Animator

public abstract class Animator extends Object implements Cloneable

Fields Summary
Constructors Summary
public Animator()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddListener(android.animation.Animator$AnimatorListener listener)

 throw new RuntimeException("Stub!"); 
public voidaddPauseListener(android.animation.Animator$AnimatorPauseListener listener)

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

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

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

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

public android.animation.TimeInterpolatorgetInterpolator()

 throw new RuntimeException("Stub!"); 
public java.util.ArrayListgetListeners()

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

public booleanisPaused()

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

public booleanisStarted()

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

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

 throw new RuntimeException("Stub!"); 
public voidremoveListener(android.animation.Animator$AnimatorListener listener)

 throw new RuntimeException("Stub!"); 
public voidremovePauseListener(android.animation.Animator$AnimatorPauseListener listener)

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

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

public abstract voidsetInterpolator(android.animation.TimeInterpolator value)

public abstract voidsetStartDelay(long startDelay)

public voidsetTarget(java.lang.Object target)

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

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

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

 throw new RuntimeException("Stub!");