Searched refs:compressed (Results 1 – 8 of 8) sorted by relevance
86 protected Bitmap setCompressedImage(byte[] compressed) { in setCompressedImage() argument92 && Arrays.equals(mCompressed, compressed)) { in setCompressedImage()100 Drawable newDrawable = decodedBitmapDrawable(compressed); in setCompressedImage()106 mCompressed = compressed; in setCompressedImage()162 private BitmapDrawable decodedBitmapDrawable(byte[] compressed) { in decodedBitmapDrawable() argument163 if (compressed == null) { in decodedBitmapDrawable()167 Bitmap bitmap = BitmapFactory.decodeByteArray(compressed, 0, compressed.length); in decodedBitmapDrawable()
4833 byte[] compressed = null; in getCompressedAlbumArt()4841 compressed = scanner.extractAlbumArt(pfd.getFileDescriptor()); in getCompressedAlbumArt()4853 if (compressed == null && path != null) { in getCompressedAlbumArt()4907 compressed = new byte[(int)file.length()]; in getCompressedAlbumArt()4909 stream.read(compressed); in getCompressedAlbumArt()4911 compressed = null; in getCompressedAlbumArt()4914 compressed = null; in getCompressedAlbumArt()4927 return compressed; in getCompressedAlbumArt()4974 boolean need_to_recompress, Uri out, byte[] compressed, Bitmap bm) throws IOException { in writeAlbumArt() argument4982 outstream.write(compressed); in writeAlbumArt()[all …]
200 final byte[] compressed = ContactPhotoUtils.compressBitmap(scaled); in setPhotoEntry()201 if (compressed != null) { in setPhotoEntry()202 mEntry.setPhoto(compressed); in setPhotoEntry()
277 final byte[] compressed = ContactPhotoUtils.compressBitmap(scaled); in saveToContact()278 if (compressed == null) { in saveToContact()296 values.setPhoto(compressed); in saveToContact()
254 final boolean compressed = b.compress(Bitmap.CompressFormat.JPEG, quality, baos); in getCompressedBytes()259 if (!compressed) { in getCompressedBytes()
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en,locale=en,description=English,date=1402373178, ...