Home
last modified time | relevance | path

Searched refs:actualBitmap (Results 1 – 7 of 7) sorted by relevance

/cts/tests/contentsuggestions/src/android/contentsuggestions/cts/
DContentSuggestionsManagerTest.java136 Bitmap actualBitmap = bundleArg.getValue().getParcelable( in managerForwards_provideContextBitmap() local
140 assertThat(actualBitmap.getWidth()).isEqualTo(expectedBitmap.getWidth()); in managerForwards_provideContextBitmap()
141 assertThat(actualBitmap.getHeight()).isEqualTo(expectedBitmap.getHeight()); in managerForwards_provideContextBitmap()
/cts/tests/tests/media/src/android/media/cts/
DThumbnailUtilsTest.java225 private static void assertSaneThumbnail(Size expected, Bitmap actualBitmap) { in assertSaneThumbnail() argument
226 final Size actual = new Size(actualBitmap.getWidth(), actualBitmap.getHeight()); in assertSaneThumbnail()
/cts/tests/tests/widget/src/android/widget/cts/
DSimpleCursorTreeAdapterTest.java182 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap(); in testSetViewImage() local
184 android.widget.cts.R.raw.testimage, actualBitmap.getConfig()); in testSetViewImage()
185 WidgetTestUtils.assertEquals(test, actualBitmap); in testSetViewImage()
DSimpleAdapterTest.java370 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap(); in testSetViewImage() local
372 mContext.getResources(), R.raw.testimage, actualBitmap.getConfig()); in testSetViewImage()
373 WidgetTestUtils.assertEquals(testBitmap, actualBitmap); in testSetViewImage()
DSimpleCursorAdapterTest.java247 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap(); in testSetViewImage() local
249 mContext.getResources(), testimgRawId, actualBitmap.getConfig()); in testSetViewImage()
250 WidgetTestUtils.assertEquals(testBitmap, actualBitmap); in testSetViewImage()
/cts/tests/tests/graphics/src/android/graphics/cts/
DPathTest.java526 Bitmap actualBitmap = drawAndGetBitmap(actual); in verifyPathsAreEquivalent() local
528 assertTrue(actualBitmap.sameAs(expectedBitmap)); in verifyPathsAreEquivalent()
DBitmapTest.java2825 Bitmap actualBitmap = decodeBytes(actual); in testNdkCompress() local
2826 boolean matched = BitmapUtils.compareBitmapsMse(expectedBitmap, actualBitmap, in testNdkCompress()
2829 actualBitmap.recycle(); in testNdkCompress()