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

/frameworks/base/core/java/android/util/
H A DDisplayMetrics.java95 public static int DENSITY_DEVICE = getDeviceDensity(); field in class:DisplayMetrics
209 density = DENSITY_DEVICE / (float) DENSITY_DEFAULT;
210 densityDpi = DENSITY_DEVICE;
212 xdpi = DENSITY_DEVICE;
213 ydpi = DENSITY_DEVICE;

Completed in 32 milliseconds