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

  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 86 * density does not match {@link #inTargetDensity}, then the bitmap
96 * @see #inTargetDensity
124 public int inTargetDensity;
129 * {@link #inTargetDensity} is actually the density the application
147 * @see #inTargetDensity
155 * {@link #inTargetDensity} are not 0, the
156 * bitmap will be scaled to match {@link #inTargetDensity} when loaded,
319 if (opts.inTargetDensity == 0 && res != null) {
320 opts.inTargetDensity = res.getDisplayMetrics().densityDpi;
476 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...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 172 milliseconds