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

/frameworks/base/core/java/android/util/
H A DDisplayMetrics.java175 public static int DENSITY_DEVICE = getDeviceDensity(); field in class:DisplayMetrics
302 density = DENSITY_DEVICE / (float) DENSITY_DEFAULT;
303 densityDpi = DENSITY_DEVICE;
305 xdpi = DENSITY_DEVICE;
306 ydpi = DENSITY_DEVICE;

Completed in 73 milliseconds