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

/frameworks/base/core/java/android/util/
H A DDisplayMetrics.java53 * {@link #DENSITY_XHIGH}, and the value here provides the same UI
66 * {@link #DENSITY_XHIGH} (320dpi). This is not a density that applications should target,
67 * instead relying on the system to scale their {@link #DENSITY_XHIGH} assets for them.
74 public static final int DENSITY_XHIGH = 320; field in class:DisplayMetrics
78 * {@link #DENSITY_XHIGH} (320 dpi) and {@link #DENSITY_XXHIGH} (480 dpi).
102 * is 2x a traditional HD 1920x1080 screen which runs at DENSITY_XHIGH.
/frameworks/base/include/androidfw/
H A DResourceTypes.h974 DENSITY_XHIGH = ACONFIGURATION_DENSITY_XHIGH, enumerator in enum:android::ResTable_config::__anon907

Completed in 430 milliseconds