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

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
H A DBitmapUtilTests.java100 private void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { argument
102 assertEquals(expectedHeight, bitmap.getHeight());
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DPhotoStoreTest.java128 int expectedHeight) throws IOException {
148 assertEquals(expectedWidth + "/" + expectedHeight, c.getInt(0) + "/" + c.getInt(1));
158 int expectedHeight) throws IOException {
169 assertEquals(expectedWidth + "/" + expectedHeight, c.getInt(0) + "/" + c.getInt(1));
127 runStorageTestForResource(int resourceId, int expectedWidth, int expectedHeight) argument
157 runStorageTestForResourceWithCrop(int resourceId, int expectedWidth, int expectedHeight) argument

Completed in 134 milliseconds