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.java272 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageIcon() local
275 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageIcon()
288 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageResource() local
291 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageResource()
314 Bitmap testimageBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap( in testSetImageURI() local
317 WidgetTestUtils.assertEquals(testimageBitmap, imageViewBitmap.getBitmap()); in testSetImageURI()
330 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable; in testSetImageDrawable() local
333 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()