Searched refs:defaultDensity (Results 1 – 1 of 1) sorted by relevance
304 int defaultDensity = DisplayMetrics.DENSITY_DEFAULT; in testGetDrawable() local306 assertEquals(212 * targetDensity / defaultDensity, draw.getIntrinsicWidth(), 1); in testGetDrawable()307 assertEquals(142 * targetDensity / defaultDensity, draw.getIntrinsicHeight(), 1); in testGetDrawable()