Home
last modified time | relevance | path

Searched refs:bmpWidth (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DIconTest.java467 final int bmpWidth = 13_000; in testScaleDownMaxSizeWithBitmap() local
471 final int maxWidth = getMaxWidth(bmpWidth, bmpHeight, maxNumPixels); in testScaleDownMaxSizeWithBitmap()
472 final int maxHeight = getMaxHeight(bmpWidth, bmpHeight, maxNumPixels); in testScaleDownMaxSizeWithBitmap()
474 final Bitmap bm = Bitmap.createBitmap(bmpWidth, bmpHeight, Bitmap.Config.ARGB_8888); in testScaleDownMaxSizeWithBitmap()
484 final int bmpWidth = 20_000; in testScaleDownMaxSizeWithAdaptiveBitmap() local
488 final int maxWidth = getMaxWidth(bmpWidth, bmpHeight, maxNumPixels); in testScaleDownMaxSizeWithAdaptiveBitmap()
489 final int maxHeight = getMaxHeight(bmpWidth, bmpHeight, maxNumPixels); in testScaleDownMaxSizeWithAdaptiveBitmap()
491 final Bitmap bm = Bitmap.createBitmap(bmpWidth, bmpHeight, Bitmap.Config.ARGB_8888); in testScaleDownMaxSizeWithAdaptiveBitmap()