Searched refs:expectedWidth (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/compat/tests/java/android/support/v4/content/
H A DContextCompatTest.java110 final int expectedWidth = scaleFromDensity(7, DisplayMetrics.DENSITY_LOW,
119 expectedWidth, referencedDrawable.getIntrinsicWidth());
/frameworks/volley/src/test/java/com/android/volley/toolbox/
H A DImageRequestTest.java127 ScaleType scaleType, int expectedWidth, int expectedHeight) {
135 assertEquals(expectedWidth, bitmap.getWidth());
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.java109 int expectedWidth = rv.getPaddingLeft() + rv.getPaddingRight() + itemWidth;
110 while (expectedWidth < 25) {
111 expectedWidth += itemWidth;
113 assertThat(rv.getWidth(), CoreMatchers.is(expectedWidth));
/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
583 assertEquals("width", expectedWidth, bitmap.getWidth());
/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 171 milliseconds