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

/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java42 inScaled = true;
116 * if {@link #inScaled} is set (which it is by default} and this
129 * @see #inScaled
138 * {@link #inScaled} to determine if and how to scale the bitmap before
152 * @see #inScaled
179 * @see #inScaled
195 public boolean inScaled; field in class:BitmapFactory.Options
520 if (opts.inScaled || isNinePatch) {

Completed in 57 milliseconds