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

  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 89 * density does not match {@link #inTargetDensity}, then the bitmap
99 * @see #inTargetDensity
127 public int inTargetDensity;
132 * {@link #inTargetDensity} is actually the density the application
150 * @see #inTargetDensity
158 * {@link #inTargetDensity} are not 0, the
159 * bitmap will be scaled to match {@link #inTargetDensity} when loaded,
322 if (opts.inTargetDensity == 0 && res != null) {
323 opts.inTargetDensity = res.getDisplayMetrics().densityDpi;
477 final int targetDensity = opts.inTargetDensity;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory.java 85 * density does not match {@link #inTargetDensity}, then the bitmap
95 * @see #inTargetDensity
123 public int inTargetDensity;
128 * {@link #inTargetDensity} is actually the density the application
146 * @see #inTargetDensity
154 * {@link #inTargetDensity} are not 0, the
155 * bitmap will be scaled to match {@link #inTargetDensity} when loaded,
318 if (opts.inTargetDensity == 0 && res != null) {
319 opts.inTargetDensity = res.getDisplayMetrics().densityDpi;
477 final int targetDensity = opts.inTargetDensity;
    [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 156 milliseconds