Home
last modified time | relevance | path

Searched refs:testimageBitmap (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DImageViewTest.java280 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageIcon() local
283 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageIcon()
296 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageResource() local
299 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageResource()
322 Bitmap testimageBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap( in testSetImageURI() local
325 WidgetTestUtils.assertEquals(testimageBitmap, imageViewBitmap.getBitmap()); in testSetImageURI()
340 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageDrawable() local
343 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageDrawable()
DImageSwitcherTest.java115 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageResource() local
118 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), currViewBitmap.getBitmap()); in testSetImageResource()