Home
last modified time | relevance | path

Searched defs:bm1 (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/graphics/
DBitmapTest.java33 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/
DTileRequestDialogTest.kt283 val bm1 = Bitmap.createBitmap(size, size, Bitmap.Config.ARGB_8888) in areDrawablesEqual() constant
DCustomTileTest.kt530 val bm1 = Bitmap.createBitmap(size, size, Bitmap.Config.ARGB_8888) in areDrawablesEqual() constant
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DIconTest.java80 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/
DVolumeDialogImplTest.java817 Bitmap bm1 = Bitmap.createBitmap(size, size, Bitmap.Config.ARGB_8888); in areDrawablesEqual() local
/frameworks/base/libs/hwui/jni/
DBitmap.cpp1051 SkBitmap bm1; in Bitmap_sameAs() local