HomeSort by relevance Sort by last modified time
    Searched refs:DENSITY_XHIGH (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/base/tools/split-select/
RuleGenerator_test.cpp 50 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);
  /cts/tests/app/src/android/app/cts/
ActivityManagerMemoryClassTest.java 61 expectedMemorySizeForWatch.put(DisplayMetrics.DENSITY_XHIGH, 48);
76 expectedMemorySizeForSmallNormalScreen.put(DisplayMetrics.DENSITY_XHIGH, 80);
91 expectedMemorySizeForLargeScreen.put(DisplayMetrics.DENSITY_XHIGH, 128);
106 expectedMemorySizeForXLargeScreen.put(DisplayMetrics.DENSITY_XHIGH, 192);
  /cts/tests/tests/hardware/src/android/hardware/cts/
LowRamDeviceTest.java 30 import static android.util.DisplayMetrics.DENSITY_XHIGH;
103 greaterThanDpi(density, DENSITY_XHIGH, screenSize, SCREENLAYOUT_SIZE_XLARGE)) {
112 greaterThanDpi(density, DENSITY_XHIGH, screenSize, SCREENLAYOUT_SIZE_LARGE) ||
120 } else if (greaterThanDpi(density, DENSITY_XHIGH, screenSize,
  /packages/apps/Settings/src/com/android/settings/
AppWidgetPickActivity.java 112 case DisplayMetrics.DENSITY_XHIGH:
115 iconDensity = DisplayMetrics.DENSITY_XHIGH;
  /cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationTest.java 63 allowedDensities.add(DisplayMetrics.DENSITY_XHIGH);
  /frameworks/support/v4/tests/java/android/support/v4/content/res/
ResourcesCompatTest.java 180 DisplayMetrics.DENSITY_XHIGH, null);
254 DisplayMetrics.DENSITY_XHIGH, yellowTheme);
261 DisplayMetrics.DENSITY_XHIGH, lilacTheme);
  /frameworks/base/core/java/android/util/
DisplayMetrics.java 53 * {@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;
78 * {@link #DENSITY_XHIGH} (320 dpi) and {@link #DENSITY_XXHIGH} (480 dpi).
86 * {@link #DENSITY_XHIGH} (320 dpi) and {@link #DENSITY_XXHIGH} (480 dpi).
94 * {@link #DENSITY_XHIGH} (320 dpi) and {@link #DENSITY_XXHIGH} (480 dpi).
118 * is 2x a traditional HD 1920x1080 screen which runs at DENSITY_XHIGH.
  /frameworks/base/libs/androidfw/tests/
Config_test.cpp 56 deviceConfig.density = ResTable_config::DENSITY_XHIGH;
76 expectedBest = buildDensityConfig(ResTable_config::DENSITY_XHIGH);
Split_test.cpp 172 baseConfig.density = ResTable_config::DENSITY_XHIGH;
  /frameworks/base/tools/aapt2/split/
TableSplitter_test.cpp 39 options.preferredDensity = ConfigDescription::DENSITY_XHIGH;
  /frameworks/base/core/java/android/app/
ActivityManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/display/
DisplayDeviceInfo.java 261 densityDpi = Math.min(width, height) * DisplayMetrics.DENSITY_XHIGH / 1080;
  /packages/apps/Launcher3/src/com/android/launcher3/
InvariantDeviceProfile.java 210 DisplayMetrics.DENSITY_XHIGH,
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 250 case DisplayMetrics.DENSITY_XHIGH:
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_ThumbnailsTest.java 117 opts.inTargetDensity = DisplayMetrics.DENSITY_XHIGH;
  /frameworks/base/tools/aapt2/
ConfigDescription.cpp 304 if (out) out->density = ResTable_config::DENSITY_XHIGH;
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
SplitAppTest.java 161 updateDpi(r, DisplayMetrics.DENSITY_XHIGH);
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /frameworks/base/tools/aapt/
AaptConfig.cpp 543 if (out) out->density = ResTable_config::DENSITY_XHIGH;
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 242 case DisplayMetrics.DENSITY_XHIGH:
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 354 milliseconds

1 2