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

/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java223 * @see #inScreenDensity
246 * @see #inScreenDensity
261 * if {@link #inDensity} is the same as {@link #inScreenDensity}, the
277 public int inScreenDensity; field in class:BitmapFactory.Options
659 if (targetDensity == 0 || density == targetDensity || density == opts.inScreenDensity) {

Completed in 1332 milliseconds