Searched refs:expectedHeight (Results 1 - 4 of 4) sorted by relevance

/frameworks/volley/src/test/java/com/android/volley/toolbox/
H A DImageRequestTest.java127 ScaleType scaleType, int expectedWidth, int expectedHeight) {
136 assertEquals(expectedHeight, bitmap.getHeight());
126 verifyResize(NetworkResponse networkResponse, int maxWidth, int maxHeight, ScaleType scaleType, int expectedWidth, int expectedHeight) argument
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentTest.java115 int expectedHeight = rv.getPaddingTop() + rv.getPaddingBottom() + itemHeight;
116 while (expectedHeight < 25) {
117 expectedHeight += itemHeight;
119 assertThat(rv.getHeight(), CoreMatchers.is(expectedHeight));
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java582 public static void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { argument
584 assertEquals("height", expectedHeight, bitmap.getHeight());
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java855 protected void checkShrinkBitmap(int expectedWidth, int expectedHeight, int resId, int maxSize) { argument
856 assertBitmapSize(expectedWidth, expectedHeight,

Completed in 806 milliseconds