Methods Summary |
---|
public void | addListener(android.animation.Animator$AnimatorListener listener)
throw new RuntimeException("Stub!");
|
public void | addPauseListener(android.animation.Animator$AnimatorPauseListener listener)
throw new RuntimeException("Stub!");
|
public void | cancel()
throw new RuntimeException("Stub!");
|
public android.animation.Animator | clone()
throw new RuntimeException("Stub!");
|
public void | end()
throw new RuntimeException("Stub!");
|
public abstract long | getDuration()
|
public android.animation.TimeInterpolator | getInterpolator()
throw new RuntimeException("Stub!");
|
public java.util.ArrayList | getListeners()
throw new RuntimeException("Stub!");
|
public abstract long | getStartDelay()
|
public boolean | isPaused()
throw new RuntimeException("Stub!");
|
public abstract boolean | isRunning()
|
public boolean | isStarted()
throw new RuntimeException("Stub!");
|
public void | pause()
throw new RuntimeException("Stub!");
|
public void | removeAllListeners()
throw new RuntimeException("Stub!");
|
public void | removeListener(android.animation.Animator$AnimatorListener listener)
throw new RuntimeException("Stub!");
|
public void | removePauseListener(android.animation.Animator$AnimatorPauseListener listener)
throw new RuntimeException("Stub!");
|
public void | resume()
throw new RuntimeException("Stub!");
|
public abstract android.animation.Animator | setDuration(long duration)
|
public abstract void | setInterpolator(android.animation.TimeInterpolator value)
|
public abstract void | setStartDelay(long startDelay)
|
public void | setTarget(java.lang.Object target)
throw new RuntimeException("Stub!");
|
public void | setupEndValues()
throw new RuntimeException("Stub!");
|
public void | setupStartValues()
throw new RuntimeException("Stub!");
|
public void | start()
throw new RuntimeException("Stub!");
|