Home
last modified time | relevance | path

Searched refs:hdpi (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/SplitApp/
DAndroid.mk28 LOCAL_PACKAGE_SPLITS := mdpi-v4 hdpi-v4 xhdpi-v4 xxhdpi-v4 v7 fr de
/cts/tests/tests/content/src/android/content/res/cts/
DResourcesTest.java327 final Drawable hdpi = mResources.getDrawableForDensity( in testGetDrawableForDensity() local
329 assertEquals(100, hdpi.getIntrinsicWidth()); in testGetDrawableForDensity()
360 final Drawable hdpi = extractForegroundFromAdaptiveIconDrawable(R.drawable.adaptive_icon, in testGetDrawableForDensityWithAdaptiveIconDrawable() local
362 assertNotNull(hdpi); in testGetDrawableForDensityWithAdaptiveIconDrawable()
363 assertEquals(100, hdpi.getIntrinsicWidth()); in testGetDrawableForDensityWithAdaptiveIconDrawable()