public interface UIViewAnimating
| Modifier and Type | Method and Description |
|---|---|
void |
finishAnimationAtPosition(long finalPosition)
This method may only be called if the animator is in the stopped state.
|
double |
fractionComplete()
fractionComplete values are typically between 0 and 1.
|
boolean |
isReversed()
Reversed indicates that the animation is running in the reversed direction when running is YES.
|
boolean |
isRunning()
Running indicates that the animation is running either in the forward or the reversed direction.
|
void |
pauseAnimation()
Pauses an active, running animation, or start the animation as paused.
|
void |
setFractionComplete(double value)
fractionComplete values are typically between 0 and 1.
|
void |
setReversed(boolean value)
Reversed indicates that the animation is running in the reversed direction when running is YES.
|
void |
startAnimation()
Starts the animation either from an inactive state, or if the animation has been paused.
|
void |
startAnimationAfterDelay(double delay)
Starts the animation after the given delay.
|
long |
state() |
void |
stopAnimation(boolean withoutFinishing)
Stops the animation.
|
void finishAnimationAtPosition(long finalPosition)
double fractionComplete()
boolean isReversed()
void setReversed(boolean value)
boolean isRunning()
void pauseAnimation()
void setFractionComplete(double value)
void startAnimation()
void startAnimationAfterDelay(double delay)
long state()
void stopAnimation(boolean withoutFinishing)