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

/frameworks/base/core/java/android/util/
H A DDisplayMetrics.java147 public static final int DENSITY_DEFAULT = DENSITY_MEDIUM; field in class:DisplayMetrics
153 public static final float DENSITY_DEFAULT_SCALE = 1.0f / DENSITY_DEFAULT;
201 * @see #DENSITY_DEFAULT
294 density = DENSITY_DEVICE / (float) DENSITY_DEFAULT;
368 SystemProperties.getInt("ro.sf.lcd_density", DENSITY_DEFAULT));
H A DTypedValue.java157 * treated as the system's default density value: {@link DisplayMetrics#DENSITY_DEFAULT}.
159 public static final int DENSITY_DEFAULT = 0; field in class:TypedValue
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h975 DENSITY_DEFAULT = ACONFIGURATION_DENSITY_DEFAULT, enumerator in enum:android::ResTable_config::__anon1140

Completed in 121 milliseconds