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.java218 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageIcon() local
221 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageIcon()
234 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageResource() local
237 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageResource()
260 Bitmap testimageBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap( in testSetImageURI() local
263 WidgetTestUtils.assertEquals(testimageBitmap, imageViewBitmap.getBitmap()); in testSetImageURI()
276 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageDrawable() local
279 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageDrawable()
DImageSwitcherTest.java107 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageResource() local
110 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), currViewBitmap.getBitmap()); in testSetImageResource()