File
Doc
Category
Size
Date
Package
Animator.java
API Doc
Android 5.1 API
2616
Sat Mar 14 14:09:40 GMT 2015
android.animation
Animator
java.lang.Object
public abstract class Animator extends Object implements Cloneable
Fields Summary
Constructors Summary
public Animator
()
throw new RuntimeException("Stub!");
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!");
Java Code Source