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.Drawable

Added Methods
int getChangingConfigurations() Return a mask of the configuration parameters for which this drawable mau change, requiring that it be re-created.
Drawable getCurrent() @return The current drawable that will be used by this drawable.
void setChangingConfigurations(int) Set a mask of the configuration parameters for which this drawable may change, requiring that it be re-created.
void setFilterBitmap(boolean) Set to true to have the drawable filter its bitmap when scaled or rotated (for drawables that use bitmaps).
 

Changed Methods
Drawable createFromXml(Resources, XmlPullParser) Change in signature from (android.content.Resources, org.xmlpull.v1.XmlPullParser) to (android.content.res.Resources, org.xmlpull.v1.XmlPullParser).
Create a drawable from an XML document.
Drawable createFromXmlInner(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).
Create from inside an XML document.
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).
 
int resolveOpacity(int, int) Change from final to non-final.
Return the appropriate opacity value for two source opacities.
 

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