android.graphics.drawable.Animatable2 |
Known Indirect Subclasses |
Abstract class that drawables supporting animations and callbacks should extend.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Animatable2.AnimationCallback |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Removes all existing animation callbacks.
| |||||||||||
Adds a callback to listen to the animation events.
| |||||||||||
Removes the specified animation callback.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.graphics.drawable.Animatable
|
Removes all existing animation callbacks.
Adds a callback to listen to the animation events.
callback | Callback to add. |
---|
Removes the specified animation callback.
callback | Callback to remove. |
---|
false
if callback didn't exist in the call back list, or true
if
callback has been removed successfully.