Searched refs:inScaled (Results 1 - 5 of 5) 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) {
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapFactory_Delegate.java66 if (opts.inScaled && isNinePatch == false) {
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java220 opts.inScaled = false;
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java862 mBitmapOptions.inScaled = false;
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java71 mOptionsARGB.inScaled = false;

Completed in 857 milliseconds