Searched defs:inDensity (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java192 public int inDensity; field in class:BitmapFactory.Options
196 * This is used in conjunction with {@link #inDensity} and
209 * @see #inDensity
225 * if {@link #inDensity} is the same as {@link #inScreenDensity}, the
236 * @see #inDensity
244 * When this flag is set, if {@link #inDensity} and
431 if (opts.inDensity == 0 && value != null) {
434 opts.inDensity = DisplayMetrics.DENSITY_DEFAULT;
436 opts.inDensity = density;
554 final int density = opts.inDensity;
[all...]

Completed in 34 milliseconds