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

/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

Completed in 107 milliseconds