Home
last modified time | relevance | path

Searched defs:bm_test (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DAdaptiveIconDrawableTest.java66 final Bitmap bm_test = Bitmap.createBitmap(150, 150, Bitmap.Config.ARGB_8888); in testDraw_withoutBounds() local
101 final Bitmap bm_test = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in testDraw_withBounds() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
H A DAdaptiveIconDrawableTest.java174 final Bitmap bm_test = Bitmap.createBitmap(150, 150, Bitmap.Config.ARGB_8888); in testDrawWithoutSetBounds() local
209 final Bitmap bm_test = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in testDrawSetBounds() local