Home | History | Annotate | Download | only in drawable

Lines Matching defs:bit1

169         final Bitmap bit1 = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape))
173 bit1.compress(Bitmap.CompressFormat.PNG, 100,
185 if (!equalBitmaps(bit1, test1)) {
186 findBitmapDifferences(bit1, test1);
193 final Bitmap bit1 = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape))
197 bit1.compress(Bitmap.CompressFormat.PNG, 100,
222 if (!equalBitmaps(bit1, test1)) {
223 findBitmapDifferences(bit1, test1);
255 final Icon bit1 = Icon.createWithBitmap(originalbits);
256 imgs.add(bit1);