API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.graphics.drawable.AnimationDrawable

Added Methods
void addFrame(Drawable, int) Add a frame to the animation
int getDuration(int) @return The duration in milliseconds of the frame at the specified index
Drawable getFrame(int) @return The Drawable at the specified frame index
int getNumberOfFrames() @return The number of frames in the animation
boolean isOneShot() @return True of the animation will play once, false otherwise
void setOneShot(boolean) Sets whether the animation should play once or repeat.
 

Changed Methods
void inflate(Resources, XmlPullParser, AttributeSet) Change in signature from (android.content.Resources, org.xmlpull.v1.XmlPullParser, android.util.AttributeSet) to (android.content.res.Resources, org.xmlpull.v1.XmlPullParser, android.util.AttributeSet).
 
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff