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

/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
178 * if {@link #inScaled} is set (which it is by default} and this
191 * @see #inScaled
200 * {@link #inScaled} to determine if and how to scale the bitmap before
214 * @see #inScaled
241 * @see #inScaled
263 public boolean inScaled; field in class:BitmapFactory.Options
575 if (opts.inScaled || isNinePatc
[all...]

Completed in 99 milliseconds