Searched refs:testimageBitmap (Results 1 – 2 of 2) sorted by relevance
218 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageIcon() local221 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageIcon()234 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageResource() local237 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageResource()260 Bitmap testimageBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap( in testSetImageURI() local263 WidgetTestUtils.assertEquals(testimageBitmap, imageViewBitmap.getBitmap()); in testSetImageURI()276 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageDrawable() local279 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageDrawable()
107 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageResource() local110 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), currViewBitmap.getBitmap()); in testSetImageResource()