Searched defs:bm1 (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | BitmapTest.java | 33 Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); in testBasic() local 68 Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); in testMutability() local 136 Bitmap bm1 = Bitmap.createBitmap(colors, 10, 10, config); in testSetPixelsWithAlpha() local 162 Bitmap bm1 = Bitmap.createBitmap(colors, 10, 10, config); in testSetPixelsWithoutAlpha() local 194 Bitmap bm1 = Bitmap.createBitmap(colors, 16, 16, config); in testSetPixelsWithNonOpaqueAlpha() local 276 Bitmap bm1 = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); in testCopyWithDirectByteBuffer() local 314 Bitmap bm1 = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); in testCopyWithDirectShortBuffer() local 353 Bitmap bm1 = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); in testCopyWithDirectIntBuffer() local 392 Bitmap bm1 = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); in testCopyWithHeapByteBuffer() local 429 Bitmap bm1 = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); in testCopyWithHeapShortBuffer() local [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/ |
D | TileRequestDialogTest.kt | 283 val bm1 = Bitmap.createBitmap(size, size, Bitmap.Config.ARGB_8888) in areDrawablesEqual() constant
|
D | CustomTileTest.kt | 530 val bm1 = Bitmap.createBitmap(size, size, Bitmap.Config.ARGB_8888) in areDrawablesEqual() constant
|
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
D | IconTest.java | 80 final Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); in testWithBitmap() local 160 final Bitmap bm1 = Bitmap.createBitmap(150, 150, Bitmap.Config.ARGB_8888); in testWithAdaptiveBitmap() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/ |
D | VolumeDialogImplTest.java | 817 Bitmap bm1 = Bitmap.createBitmap(size, size, Bitmap.Config.ARGB_8888); in areDrawablesEqual() local
|
/frameworks/base/libs/hwui/jni/ |
D | Bitmap.cpp | 1051 SkBitmap bm1; in Bitmap_sameAs() local
|