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

/frameworks/base/core/java/android/util/
H A DDisplayMetrics.java62 public static final int DENSITY_DEFAULT = DENSITY_MEDIUM; field in class:DisplayMetrics
94 * @see #DENSITY_DEFAULT
176 density = DENSITY_DEVICE / (float) DENSITY_DEFAULT;
198 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/utils/
H A DResourceTypes.h841 DENSITY_DEFAULT = ACONFIGURATION_DENSITY_DEFAULT, enumerator in enum:android::ResTable_config::__anon197

Completed in 79 milliseconds