Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DIconTest.java527 final Bitmap originalBits = ((BitmapDrawable) getContext().getDrawable( in testScaleDownMaxSizeWithData() local
530 originalBits.getWidth() * originalBits.getHeight() * bmpBpp); in testScaleDownMaxSizeWithData()
531 originalBits.compress(Bitmap.CompressFormat.PNG, 100, ostream); in testScaleDownMaxSizeWithData()