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;
39 public class BitmapFactory { class
71 * <h3>Usage with BitmapFactory</h3>
74 * mutable bitmap can be reused by {@link BitmapFactory} to decode any
108 * effects to a Bitmap loaded through BitmapFactory.
218 * {@link BitmapFactory#decodeResource(Resources, int)},
219 * {@link BitmapFactory#decodeResource(Resources, int, android.graphics.BitmapFactory.Options)},
220 * and {@link BitmapFactory#decodeResourceStream}
239 * {@link BitmapFactory#decodeResourc
[all...]

Completed in 56 milliseconds