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

/frameworks/base/core/java/android/util/
H A DDisplayMetrics.java167 public static int DENSITY_DEVICE = getDeviceDensity(); field in class:DisplayMetrics
294 density = DENSITY_DEVICE / (float) DENSITY_DEFAULT;
295 densityDpi = DENSITY_DEVICE;
297 xdpi = DENSITY_DEVICE;
298 ydpi = DENSITY_DEVICE;

Completed in 1145 milliseconds