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

android.animation.AnimatorSet Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.animation;
public final class AnimatorSet
  extends android.animation.Animator
{
public class Builder
{
Builder() { throw new RuntimeException("Stub!"); }
public  android.animation.AnimatorSet.Builder with(android.animation.Animator anim) { throw new RuntimeException("Stub!"); }
public  android.animation.AnimatorSet.Builder before(android.animation.Animator anim) { throw new RuntimeException("Stub!"); }
public  android.animation.AnimatorSet.Builder after(android.animation.Animator anim) { throw new RuntimeException("Stub!"); }
public  android.animation.AnimatorSet.Builder after(long delay) { throw new RuntimeException("Stub!"); }
}
public  AnimatorSet() { throw new RuntimeException("Stub!"); }
public  void playTogether(android.animation.Animator... items) { throw new RuntimeException("Stub!"); }
public  void playTogether(java.util.Collection items) { throw new RuntimeException("Stub!"); }
public  void playSequentially(android.animation.Animator... items) { throw new RuntimeException("Stub!"); }
public  void playSequentially(java.util.List items) { throw new RuntimeException("Stub!"); }
public  java.util.ArrayList getChildAnimations() { throw new RuntimeException("Stub!"); }
public  void setTarget(java.lang.Object target) { throw new RuntimeException("Stub!"); }
public  void setInterpolator(android.animation.TimeInterpolator interpolator) { throw new RuntimeException("Stub!"); }
public  android.animation.AnimatorSet.Builder play(android.animation.Animator anim) { throw new RuntimeException("Stub!"); }
@java.lang.SuppressWarnings(value={"unchecked"})
public  void cancel() { throw new RuntimeException("Stub!"); }
public  void end() { throw new RuntimeException("Stub!"); }
public  boolean isRunning() { throw new RuntimeException("Stub!"); }
public  boolean isStarted() { throw new RuntimeException("Stub!"); }
public  long getStartDelay() { throw new RuntimeException("Stub!"); }
public  void setStartDelay(long startDelay) { throw new RuntimeException("Stub!"); }
public  long getDuration() { throw new RuntimeException("Stub!"); }
public  android.animation.AnimatorSet setDuration(long duration) { throw new RuntimeException("Stub!"); }
public  void setupStartValues() { throw new RuntimeException("Stub!"); }
public  void setupEndValues() { throw new RuntimeException("Stub!"); }
@java.lang.SuppressWarnings(value={"unchecked"})
public  void start() { throw new RuntimeException("Stub!"); }
public  android.animation.AnimatorSet clone() { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy