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

/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java45 inScaled = true;
171 * if {@link #inScaled} is set (which it is by default} and this
184 * @see #inScaled
193 * {@link #inScaled} to determine if and how to scale the bitmap before
207 * @see #inScaled
234 * @see #inScaled
253 public boolean inScaled; field in class:BitmapFactory.Options
530 if (opts.inScaled || isNinePatch) {

Completed in 93 milliseconds