Class android.graphics.drawable.AnimatedImageDrawable

Removed Methods
void setLoopCount(int)  
 

Added Methods
int getRepeatCount()  
void setRepeatCount(int)  
 

Changed Methods
boolean isAutoMirrored() Method was inherited from android.graphics.drawable.Drawable, but is now defined locally. Change from non-final to final.
 
 

Removed Fields
int LOOP_INFINITE  
 

Added Fields
int REPEAT_INFINITE