Searched refs:actualBitmap (Results 1 – 7 of 7) sorted by relevance
/cts/tests/contentsuggestions/src/android/contentsuggestions/cts/ |
D | ContentSuggestionsManagerTest.java | 136 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/ |
D | ThumbnailUtilsTest.java | 225 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/ |
D | SimpleCursorTreeAdapterTest.java | 182 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()
|
D | SimpleAdapterTest.java | 370 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()
|
D | SimpleCursorAdapterTest.java | 247 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/ |
D | PathTest.java | 526 Bitmap actualBitmap = drawAndGetBitmap(actual); in verifyPathsAreEquivalent() local 528 assertTrue(actualBitmap.sameAs(expectedBitmap)); in verifyPathsAreEquivalent()
|
D | BitmapTest.java | 2825 Bitmap actualBitmap = decodeBytes(actual); in testNdkCompress() local 2826 boolean matched = BitmapUtils.compareBitmapsMse(expectedBitmap, actualBitmap, in testNdkCompress() 2829 actualBitmap.recycle(); in testNdkCompress()
|