Searched refs:testBitmap (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/effect/src/android/effect/cts/ |
D | EffectTest.java | 119 Bitmap testBitmap = Bitmap.createBitmap(2, 2, Bitmap.Config.ARGB_8888); in createTestBitmap() local 120 testBitmap.setPixel(0, 0, 0xFF000000); in createTestBitmap() 121 testBitmap.setPixel(0, 1, 0xFF0000FF); in createTestBitmap() 122 testBitmap.setPixel(1, 0, 0xFF00FF00); in createTestBitmap() 123 testBitmap.setPixel(1, 1, 0xFFFF0000); in createTestBitmap() 124 return testBitmap; in createTestBitmap()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | YuvImageTest.java | 256 private void compressRects(Bitmap testBitmap, YuvImage image, in compressRects() argument 266 …expected = Bitmap.createBitmap(testBitmap, expectedRect.left, expectedRect.top, expectedRect.width… in compressRects() 273 private void compressOddRect(Bitmap testBitmap, YuvImage image, in compressOddRect() argument 280 expected = Bitmap.createBitmap(testBitmap, newRect.left, newRect.top, in compressOddRect()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SimpleAdapterTest.java | 337 … Bitmap testBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap(mContext.getResources(), in testSetViewImage() local 339 WidgetTestUtils.assertEquals(testBitmap, actualBitmap); in testSetViewImage()
|
D | SimpleCursorAdapterTest.java | 224 … Bitmap testBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap(mContext.getResources(), in testSetViewImage() local 226 WidgetTestUtils.assertEquals(testBitmap, actualBitmap); in testSetViewImage()
|