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 104 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable;
107 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), currViewBitmap.getBitmap());
141 Bitmap testImageBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap(
144 WidgetTestUtils.assertEquals(testImageBitmap, currViewBitmap.getBitmap());
ImageViewTest.java 249 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable;
252 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap());
282 Bitmap testimageBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap(
285 WidgetTestUtils.assertEquals(testimageBitmap, imageViewBitmap.getBitmap());
305 BitmapDrawable testimageBitmap = (BitmapDrawable) drawable;
308 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap());

Completed in 173 milliseconds