| Interface | Description |
|---|---|
| Animation |
An animation is responsible for animating a element (usually a visual one).
|
| Animator.AnimationListener |
Listener for animation events.
|
| Animator.AnimatorListener |
Listener for animator events.
|
| Class | Description |
|---|---|
| AnimationBenchmark |
Static utility for benchmarking animations: tracks duration and frame rate of
Animation instances wrapped by
AnimationBenchmark.track(Animation). |
| AnimationBenchmark.TrackedAnimation |
An
Animation decorator that records timing data for benchmarking. |
| Animator |
An animator executes animations as fast as possible.
|
| Exception | Description |
|---|---|
| AnimationBenchmark.AnimationTimeoutException |
Thrown by
AnimationBenchmark.wait(String, long) when the animation did not complete within the specified
timeout. |