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

/frameworks/base/core/java/android/util/
H A DDisplayMetrics.java109 public static final int DENSITY_DEFAULT = DENSITY_MEDIUM; field in class:DisplayMetrics
115 public static final float DENSITY_DEFAULT_SCALE = 1.0f / DENSITY_DEFAULT;
150 * @see #DENSITY_DEFAULT
239 density = DENSITY_DEVICE / (float) DENSITY_DEFAULT;
313 SystemProperties.getInt("ro.sf.lcd_density", DENSITY_DEFAULT));
H A DTypedValue.java154 * treated as the system's default density value: {@link DisplayMetrics#DENSITY_DEFAULT}.
156 public static final int DENSITY_DEFAULT = 0; field in class:TypedValue
/frameworks/base/include/androidfw/
H A DResourceTypes.h969 DENSITY_DEFAULT = ACONFIGURATION_DENSITY_DEFAULT, enumerator in enum:android::ResTable_config::__anon907

Completed in 115 milliseconds