Searched refs:DENSITY_XXXHIGH (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/util/
H A DDisplayMetrics.java137 * {@link #DENSITY_XXHIGH} (480 dpi) and {@link #DENSITY_XXXHIGH} (640 dpi).
139 * on the system to scale their {@link #DENSITY_XXXHIGH} assets for them.
150 public static final int DENSITY_XXXHIGH = 640; field in class:DisplayMetrics
/frameworks/base/tools/aapt2/split/
H A DTableSplitter_test.cpp81 options.preferred_densities.push_back(ConfigDescription::DENSITY_XXXHIGH);
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayAdapter.java177 && densityDpi <= DisplayMetrics.DENSITY_XXXHIGH) {
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h994 DENSITY_XXXHIGH = ACONFIGURATION_DENSITY_XXXHIGH, enumerator in enum:android::ResTable_config::__anon963
/frameworks/base/tools/aapt/
H A DAaptConfig.cpp619 if (out) out->density = ResTable_config::DENSITY_XXXHIGH;
/frameworks/base/tools/aapt2/
H A DConfigDescription.cpp382 if (out) out->density = ResTable_config::DENSITY_XXXHIGH;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3316 case ResTable_config::DENSITY_XXXHIGH:

Completed in 248 milliseconds