Searched refs:bit1 (Results 1 – 1 of 1) sorted by relevance
272 final Bitmap bit1 = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape)) in testWithFile() local276 bit1.compress(Bitmap.CompressFormat.PNG, 100, in testWithFile()288 if (!equalBitmaps(bit1, test1)) { in testWithFile()289 findBitmapDifferences(bit1, test1); in testWithFile()344 final Bitmap bit1 = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape)) in testAsync() local348 bit1.compress(Bitmap.CompressFormat.PNG, 100, in testAsync()373 if (!equalBitmaps(bit1, test1)) { in testAsync()374 findBitmapDifferences(bit1, test1); in testAsync()406 final Icon bit1 = Icon.createWithBitmap(originalbits); in testParcel() local407 imgs.add(bit1); in testParcel()[all …]