Searched defs:bm2 (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | BitmapTest.java | 34 Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565); in testBasic() local 69 Bitmap bm2 = Bitmap.createBitmap(new int[100 * 200], 100, 200, in testMutability() local 137 Bitmap bm2 = Bitmap.createBitmap(10, 10, config); in testSetPixelsWithAlpha() local 163 Bitmap bm2 = Bitmap.createBitmap(10, 10, config); in testSetPixelsWithoutAlpha() local 197 Bitmap bm2 = Bitmap.createBitmap(16, 16, config); in testSetPixelsWithNonOpaqueAlpha() local 303 Bitmap bm2 = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); in testCopyWithDirectByteBuffer() local 342 Bitmap bm2 = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); in testCopyWithDirectShortBuffer() local 381 Bitmap bm2 = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); in testCopyWithDirectIntBuffer() local 418 Bitmap bm2 = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); in testCopyWithHeapByteBuffer() local 455 Bitmap bm2 = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); in testCopyWithHeapShortBuffer() local [all …]
|
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
D | IconTest.java | 49 final Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565); in testWithBitmap() local
|