added in version 25.4.0
  
    
belongs to Maven artifact com.android.support:animated-vector-drawable:28.0.0-alpha1
  
   
  
  
  
  
belongs to Maven artifact com.android.support:animated-vector-drawable:28.0.0-alpha1
Animatable2Compat.AnimationCallback
  public
  static
  
  abstract
  class
  Animatable2Compat.AnimationCallback
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | android.support.graphics.drawable.Animatable2Compat.AnimationCallback | 
Abstract class for animation callback. Used to notify animation events.
Summary
| Public constructors | |
|---|---|
| 
      Animatable2Compat.AnimationCallback()
       | |
| Public methods | |
|---|---|
| 
        
        
        
        
        
        void | 
      onAnimationEnd(Drawable drawable)
      Called when the animation ends. | 
| 
        
        
        
        
        
        void | 
      onAnimationStart(Drawable drawable)
      Called when the animation starts. | 
| Inherited methods | |
|---|---|
|  From
class 
  
    java.lang.Object
  
 | |
Public constructors
Public methods
onAnimationEnd
    added in version 25.4.0
      
  
    void onAnimationEnd (Drawable drawable)
Called when the animation ends.
| Parameters | |
|---|---|
| drawable | Drawable: The drawable finished the animation. | 
onAnimationStart
    added in version 25.4.0
      
  
    void onAnimationStart (Drawable drawable)
Called when the animation starts.
| Parameters | |
|---|---|
| drawable | Drawable: The drawable started the animation. | 
