Searched refs:testimageBitmap (Results 1 – 2 of 2) sorted by relevance
272 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageIcon() local275 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageIcon()288 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageResource() local291 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageResource()314 Bitmap testimageBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap( in testSetImageURI() local317 WidgetTestUtils.assertEquals(testimageBitmap, imageViewBitmap.getBitmap()); in testSetImageURI()330 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageDrawable() local333 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageDrawable()
107 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageResource() local110 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), currViewBitmap.getBitmap()); in testSetImageResource()