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

/frameworks/base/core/java/android/util/
H A DDisplayMetrics.java79 public static final int DENSITY_DEFAULT = DENSITY_MEDIUM; field in class:DisplayMetrics
85 public static final float DENSITY_DEFAULT_SCALE = 1.0f / DENSITY_DEFAULT;
120 * @see #DENSITY_DEFAULT
209 density = DENSITY_DEVICE / (float) DENSITY_DEFAULT;
270 SystemProperties.getInt("ro.sf.lcd_density", DENSITY_DEFAULT));
H A DTypedValue.java143 * treated as the system's default density value: {@link DisplayMetrics#DENSITY_DEFAULT}.
145 public static final int DENSITY_DEFAULT = 0; field in class:TypedValue
/frameworks/base/include/androidfw/
H A DResourceTypes.h851 DENSITY_DEFAULT = ACONFIGURATION_DENSITY_DEFAULT, enumerator in enum:android::ResTable_config::__anon1037

Completed in 55 milliseconds