Searched refs:expectedHeight (Results 1 – 2 of 2) sorted by relevance
127 ScaleType scaleType, int expectedWidth, int expectedHeight) { in verifyResize() argument136 assertEquals(expectedHeight, bitmap.getHeight()); in verifyResize()
115 int expectedHeight = rv.getPaddingTop() + rv.getPaddingBottom() + itemHeight; in unspecifiedWithHintTest() local116 while (expectedHeight < 25) { in unspecifiedWithHintTest()117 expectedHeight += itemHeight; in unspecifiedWithHintTest()119 assertThat(rv.getHeight(), CoreMatchers.is(expectedHeight)); in unspecifiedWithHintTest()