Searched refs:originalbits (Results 1 – 1 of 1) sorted by relevance
308 … final Bitmap originalbits = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape)) in testParcel() local312 originalbits.getWidth() * originalbits.getHeight() * 2); // guess 50% compression in testParcel()313 originalbits.compress(Bitmap.CompressFormat.PNG, 100, ostream); in testParcel()317 originalbits.getByteCount(), in testParcel()327 final Icon bit1 = Icon.createWithBitmap(originalbits); in testParcel()367 if (!equalBitmaps(originalbits, test1)) { in testParcel()368 findBitmapDifferences(originalbits, test1); in testParcel()