Home | History | Annotate | Download | only in graphics

Lines Matching defs:inDensity

230         public int inDensity;
234 * This is used in conjunction with {@link #inDensity} and
247 * @see #inDensity
263 * if {@link #inDensity} is the same as {@link #inScreenDensity}, the
274 * @see #inDensity
282 * When this flag is set, if {@link #inDensity} and
531 if (opts.inDensity == 0 && value != null) {
534 opts.inDensity = DisplayMetrics.DENSITY_DEFAULT;
536 opts.inDensity = density;
666 final int density = opts.inDensity;