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

/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java45 inScaled = true;
156 * <p>Setting this flag to false while setting {@link #inScaled} to true
161 * @see #inScaled
175 * if {@link #inScaled} is set (which it is by default} and this
188 * @see #inScaled
197 * {@link #inScaled} to determine if and how to scale the bitmap before
211 * @see #inScaled
238 * @see #inScaled
260 public boolean inScaled; field in class:BitmapFactory.Options
564 if (opts.inScaled || isNinePatc
[all...]

Completed in 134 milliseconds