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

/frameworks/base/core/java/android/util/
H A DDisplayMetrics.java112 public static int DENSITY_DEVICE = getDeviceDensity(); field in class:DisplayMetrics
226 density = DENSITY_DEVICE / (float) DENSITY_DEFAULT;
227 densityDpi = DENSITY_DEVICE;
229 xdpi = DENSITY_DEVICE;
230 ydpi = DENSITY_DEVICE;

Completed in 68 milliseconds