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 | 249 private void compressRects(Bitmap testBitmap, YuvImage image, in compressRects() argument 259 expected = Bitmap.createBitmap(testBitmap, expectedRect.left, expectedRect.top, in compressRects() 267 private void compressOddRect(Bitmap testBitmap, YuvImage image, in compressOddRect() argument 274 expected = Bitmap.createBitmap(testBitmap, newRect.left, newRect.top, in compressOddRect()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SimpleAdapterTest.java | 370 Bitmap testBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap( in testSetViewImage() local 372 WidgetTestUtils.assertEquals(testBitmap, actualBitmap); in testSetViewImage()
|
D | SimpleCursorAdapterTest.java | 247 Bitmap testBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap( in testSetViewImage() local 249 WidgetTestUtils.assertEquals(testBitmap, actualBitmap); in testSetViewImage()
|