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