HomeSort by relevance Sort by last modified time
    Searched refs:inDensity (Results 1 - 6 of 6) sorted by null

  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 105 public int inDensity;
109 * This is used in conjunction with {@link #inDensity} and
122 * @see #inDensity
138 * if {@link #inDensity} is the same as {@link #inScreenDensity}, the
149 * @see #inDensity
157 * When this flag is set, if {@link #inDensity} and
313 if (opts.inDensity == 0 && value != null) {
316 opts.inDensity = DisplayMetrics.DENSITY_DEFAULT;
318 opts.inDensity = density;
471 final int density = opts.inDensity;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory.java 101 public int inDensity;
105 * This is used in conjunction with {@link #inDensity} and
118 * @see #inDensity
134 * if {@link #inDensity} is the same as {@link #inScreenDensity}, the
145 * @see #inDensity
153 * When this flag is set, if {@link #inDensity} and
309 if (opts.inDensity == 0 && value != null) {
312 opts.inDensity = DisplayMetrics.DENSITY_DEFAULT;
314 opts.inDensity = density;
471 final int density = opts.inDensity;
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
NinePatchTest.java 57 mOptNoScale.inDensity = mOptNoScale.inTargetDensity = mRes.getDisplayMetrics().densityDpi;
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 448 opts.inDensity = opts.inTargetDensity = mResources.getDisplayMetrics().densityDpi;
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 33 milliseconds