Class android.graphics.Bitmap

Added Methods
Bitmap createBitmap(Picture)  
Bitmap createBitmap(Picture, int, int, Config)  
 

Changed Methods
int getAllocationByteCount() Change from final to non-final.
 
int getByteCount() Change from final to non-final.
 
ColorSpace getColorSpace() Change from final to non-final.
 
Config getConfig() Change from final to non-final.
 
int getHeight() Change from final to non-final.
 
int getRowBytes() Change from final to non-final.
 
int getWidth() Change from final to non-final.
 
boolean hasAlpha() Change from final to non-final.
 
boolean hasMipMap() Change from final to non-final.
 
boolean isMutable() Change from final to non-final.
 
boolean isPremultiplied() Change from final to non-final.
 
boolean isRecycled() Change from final to non-final.
 
void setHasMipMap(boolean) Change from final to non-final.
 
void setPremultiplied(boolean) Change from final to non-final.