Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DIconTest.java272 final Bitmap bit1 = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape)) in testWithFile() local
276 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() local
348 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() local
407 imgs.add(bit1); in testParcel()
[all …]