Searched refs:expectedWidth (Results 1 – 3 of 3) sorted by relevance
127 ScaleType scaleType, int expectedWidth, int expectedHeight) { in verifyResize() argument135 assertEquals(expectedWidth, bitmap.getWidth()); in verifyResize()
110 final int expectedWidth = scaleFromDensity(7, DisplayMetrics.DENSITY_LOW, in testDrawableConfigurationWorkaround() local119 expectedWidth, referencedDrawable.getIntrinsicWidth()); in testDrawableConfigurationWorkaround()
109 int expectedWidth = rv.getPaddingLeft() + rv.getPaddingRight() + itemWidth; in unspecifiedWithHintTest() local110 while (expectedWidth < 25) { in unspecifiedWithHintTest()111 expectedWidth += itemWidth; in unspecifiedWithHintTest()113 assertThat(rv.getWidth(), CoreMatchers.is(expectedWidth)); in unspecifiedWithHintTest()