Searched refs:DENSITY_XHIGH (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/tools/split-select/
H A DRuleGenerator_test.cpp50 EXPECT_LT(263, (int) ConfigDescription::DENSITY_XHIGH);
53 EXPECT_GT(362, (int) ConfigDescription::DENSITY_XHIGH);
59 const ssize_t xhighIndex = densities.add(ConfigDescription::DENSITY_XHIGH);
82 const ssize_t xhighIndex = densities.add(ConfigDescription::DENSITY_XHIGH);
/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.
73 * {@link #DENSITY_XHIGH} (320dpi). This is not a density that applications should target,
74 * instead relying on the system to scale their {@link #DENSITY_XHIGH} assets for them.
80 * {@link #DENSITY_XHIGH} (320dpi). This is not a density that applications should target,
81 * instead relying on the system to scale their {@link #DENSITY_XHIGH} assets for them.
88 public static final int DENSITY_XHIGH = 320; field in class:DisplayMetrics
92 * {@link #DENSITY_XHIGH} (320 dpi) and {@link #DENSITY_XXHIGH} (480 dpi).
100 * {@link #DENSITY_XHIGH} (32
[all...]
/frameworks/base/libs/androidfw/tests/
H A DConfig_test.cpp57 deviceConfig.density = ResTable_config::DENSITY_XHIGH;
78 expectedBest = buildDensityConfig(ResTable_config::DENSITY_XHIGH);
H A DSplit_test.cpp185 baseConfig.density = ResTable_config::DENSITY_XHIGH;
/frameworks/support/compat/src/androidTest/java/androidx/core/content/res/
H A DResourcesCompatTest.java198 DisplayMetrics.DENSITY_XHIGH, null);
272 DisplayMetrics.DENSITY_XHIGH, yellowTheme);
279 DisplayMetrics.DENSITY_XHIGH, lilacTheme);
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceInfo.java286 densityDpi = Math.min(width, height) * DisplayMetrics.DENSITY_XHIGH / 1080;
/frameworks/base/core/java/android/app/
H A DActivityManager.java3719 return DisplayMetrics.DENSITY_XHIGH;
3721 return DisplayMetrics.DENSITY_XHIGH;
3722 case DisplayMetrics.DENSITY_XHIGH:
3725 return DisplayMetrics.DENSITY_XHIGH * 2;
3761 return (size * DisplayMetrics.DENSITY_XHIGH) / DisplayMetrics.DENSITY_HIGH;
3763 return (size * DisplayMetrics.DENSITY_XHIGH) / DisplayMetrics.DENSITY_HIGH;
3764 case DisplayMetrics.DENSITY_XHIGH:
3765 return (size * DisplayMetrics.DENSITY_XXHIGH) / DisplayMetrics.DENSITY_XHIGH;
3767 return (size * DisplayMetrics.DENSITY_XHIGH*2) / DisplayMetrics.DENSITY_XXHIGH;
/frameworks/base/tools/aapt2/split/
H A DTableSplitter_test.cpp42 options.preferred_densities.push_back(ConfigDescription::DENSITY_XHIGH);
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h992 DENSITY_XHIGH = ACONFIGURATION_DENSITY_XHIGH, enumerator in enum:android::ResTable_config::__anon963
/frameworks/base/tools/aapt/
H A DAaptConfig.cpp609 if (out) out->density = ResTable_config::DENSITY_XHIGH;
/frameworks/base/tools/aapt2/
H A DConfigDescription.cpp372 if (out) out->density = ResTable_config::DENSITY_XHIGH;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3310 case ResTable_config::DENSITY_XHIGH:

Completed in 9410 milliseconds