Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DNinePatchDrawableTest.java88 Bitmap bmp = BitmapFactory.decodeResource(mResources, R.drawable.ninepatch_0); in testConstructors() local
141 Bitmap bmp = Bitmap.createBitmap(9, 9, Config.ARGB_8888); in testDraw() local
310 Bitmap bmp = getBitmapUnscaled(R.drawable.ninepatch_0); in testGetIntrinsicWidth() local
326 Bitmap bmp = getBitmapUnscaled(R.drawable.ninepatch_0); in testGetMinimumWidth() local
342 Bitmap bmp = getBitmapUnscaled(R.drawable.ninepatch_0); in testGetIntrinsicHeight() local
358 Bitmap bmp = getBitmapUnscaled(R.drawable.ninepatch_0); in testGetMinimumHeight() local
474 private void assertColorFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorFillRect()
DTransitionDrawableTest.java268 private void assertColorFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorFillRect()
276 private void assertColorNotFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorNotFillRect()