Added in API level 4
  
  
  
  
Summary:
  Methods
  
Animatable
  public
  
  
  
  interface
  Animatable
  
  
  
| android.graphics.drawable.Animatable | 
Interface that drawables supporting animations should implement.
Summary
Public methods | |
|---|---|
        abstract
        
        
        
        
        boolean
     | 
  
    
      
      isRunning()
      
      
        Indicates whether the animation is running.  | 
  
        abstract
        
        
        
        
        void
     | 
  
    
      
      start()
      
      
        Starts the drawable's animation.  | 
  
        abstract
        
        
        
        
        void
     | 
  
    
      
      stop()
      
      
        Stops the drawable's animation.  | 
  
Public methods
isRunning
    Added in API level 4
  
      
  
    public abstract boolean isRunning ()
Indicates whether the animation is running.
| Returns | |
|---|---|
boolean | 
        True if the animation is running, false otherwise. |