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.BitmapFactory.Options

Added Methods
void requestCancel() This can be called from another thread while this options object is inside a decode...
 

Added Fields
boolean inDither If dither is true, the decoder will atttempt to dither the decoded image.
Config inPreferredConfig If this is non-null, the decoder will try to decode into this internal configuration.
byte[] inTempStorage Temp storage to use for decoding.
String outMimeType If known, this string is set to the mimetype of the decoded image.
 

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