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

  /cts/tests/tests/media/src/android/media/cts/
ThumbnailUtilsTest.java 131 private static void assertSaneThumbnail(Size expected, Bitmap actualBitmap) {
132 final Size actual = new Size(actualBitmap.getWidth(), actualBitmap.getHeight());
  /external/skqp/tests/
GrAHardwareBufferTest.cpp 75 const SkBitmap& actualBitmap) {
80 const uint32_t dstPixel = *actualBitmap.getAddr32(x, y);
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorTreeAdapterTest.java 182 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap();
184 android.widget.cts.R.raw.testimage, actualBitmap.getConfig());
185 WidgetTestUtils.assertEquals(test, actualBitmap);
SimpleAdapterTest.java 370 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap();
372 mContext.getResources(), R.raw.testimage, actualBitmap.getConfig());
373 WidgetTestUtils.assertEquals(testBitmap, actualBitmap);
SimpleCursorAdapterTest.java 247 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap();
249 mContext.getResources(), testimgRawId, actualBitmap.getConfig());
250 WidgetTestUtils.assertEquals(testBitmap, actualBitmap);
  /external/skia/tests/
GrAHardwareBufferTest.cpp 75 const SkBitmap& actualBitmap) {
80 const uint32_t dstPixel = *actualBitmap.getAddr32(x, y);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 526 Bitmap actualBitmap = drawAndGetBitmap(actual);
528 assertTrue(actualBitmap.sameAs(expectedBitmap));

Completed in 491 milliseconds