Searched defs:BitmapFactory (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java19 import static android.graphics.BitmapFactory.Options.validate;
37 public class BitmapFactory { class
69 * <h3>Usage with BitmapFactory</h3>
72 * mutable bitmap can be reused by {@link BitmapFactory} to decode any
106 * effects to a Bitmap loaded through BitmapFactory.
216 * {@link BitmapFactory#decodeResource(Resources, int)},
217 * {@link BitmapFactory#decodeResource(Resources, int, android.graphics.BitmapFactory.Options)},
218 * and {@link BitmapFactory#decodeResourceStream}
237 * {@link BitmapFactory#decodeResourc
[all...]

Completed in 725 milliseconds