HomeSort by relevance Sort by last modified time
    Searched defs:actualBitmap (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
SimpleAdapterTest.java 329 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap();
331 com.android.cts.widget.R.raw.testimage, actualBitmap.getConfig());
332 WidgetTestUtils.assertEquals(testBitmap, actualBitmap);
SimpleCursorTreeAdapterTest.java 168 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap();
170 com.android.cts.widget.R.raw.testimage, actualBitmap.getConfig());
171 WidgetTestUtils.assertEquals(test, actualBitmap);
SimpleCursorAdapterTest.java 223 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap();
225 testimgRawId, actualBitmap.getConfig());
226 WidgetTestUtils.assertEquals(testBitmap, actualBitmap);

Completed in 209 milliseconds