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

/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java114 public boolean inMutable; field in class:BitmapFactory.Options
445 if (opts.inMutable && opts.inPreferredConfig == Bitmap.Config.HARDWARE) {
475 * and {@link BitmapFactory.Options#inMutable} is set, if the specified color space
519 * and {@link BitmapFactory.Options#inMutable} is set, if the specified color space
560 * and {@link BitmapFactory.Options#inMutable} is set, if the specified color space
620 * and {@link BitmapFactory.Options#inMutable} is set, if the specified color space
704 * and {@link BitmapFactory.Options#inMutable} is set, if the specified color space
788 * and {@link BitmapFactory.Options#inMutable} is set, if the specified color space

Completed in 1092 milliseconds