HomeSort by relevance Sort by last modified time
    Searched full:testimagebitmap (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
ImageSwitcherTest.java 106 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable;
109 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), currViewBitmap.getBitmap());
137 Bitmap testImageBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap(
140 WidgetTestUtils.assertEquals(testImageBitmap, currViewBitmap.getBitmap());
ImageViewTest.java 207 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable;
210 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap());
223 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable;
226 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap());
249 Bitmap testimageBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap(
252 WidgetTestUtils.assertEquals(testimageBitmap, imageViewBitmap.getBitmap());
265 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable;
268 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap());

Completed in 1801 milliseconds