Searched refs:testimageBitmap (Results 1 – 2 of 2) sorted by relevance
280 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageIcon() local283 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageIcon()296 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageResource() local299 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageResource()322 Bitmap testimageBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap( in testSetImageURI() local325 WidgetTestUtils.assertEquals(testimageBitmap, imageViewBitmap.getBitmap()); in testSetImageURI()340 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageDrawable() local343 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageDrawable()
115 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageResource() local118 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), currViewBitmap.getBitmap()); in testSetImageResource()