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

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

Completed in 62 milliseconds