FileDocCategorySizeDatePackage
AnimatorSet.javaAPI DocAndroid 5.1 API2836Sat Mar 14 14:09:38 GMT 2015android.animation

AnimatorSet

public final class AnimatorSet extends android.animation.Animator

Fields Summary
Constructors Summary
public AnimatorSet()

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

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

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

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public android.animation.AnimatorSet$Builderplay(android.animation.Animator anim)

 throw new RuntimeException("Stub!"); 
public voidplaySequentially(android.animation.Animator items)

 throw new RuntimeException("Stub!"); 
public voidplaySequentially(java.util.List items)

 throw new RuntimeException("Stub!"); 
public voidplayTogether(android.animation.Animator items)

 throw new RuntimeException("Stub!"); 
public voidplayTogether(java.util.Collection items)

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

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

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

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

 throw new RuntimeException("Stub!"); 
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!");