Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DIconTest.java448 final Bitmap originalBits = ((BitmapDrawable) getContext().getDrawable( in testScaleDownMaxSizeWithData() local
451 originalBits.getWidth() * originalBits.getHeight() * bmpBpp); in testScaleDownMaxSizeWithData()
452 originalBits.compress(Bitmap.CompressFormat.PNG, 100, ostream); in testScaleDownMaxSizeWithData()