Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DImageViewDrawableSetter.java86 protected Bitmap setCompressedImage(byte[] compressed) { in setCompressedImage() argument
92 && 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() argument
163 if (compressed == null) { in decodedBitmapDrawable()
167 Bitmap bitmap = BitmapFactory.decodeByteArray(compressed, 0, compressed.length); in decodedBitmapDrawable()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java4833 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() argument
4982 outstream.write(compressed); in writeAlbumArt()
[all …]
/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoEditorView.java200 final byte[] compressed = ContactPhotoUtils.compressBitmap(scaled); in setPhotoEntry()
201 if (compressed != null) { in setPhotoEntry()
202 mEntry.setPhoto(compressed); in setPhotoEntry()
/packages/apps/Contacts/src/com/android/contacts/activities/
DAttachPhotoActivity.java277 final byte[] compressed = ContactPhotoUtils.compressBitmap(scaled); in saveToContact()
278 if (compressed == null) { in saveToContact()
296 values.setPhoto(compressed); in saveToContact()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhotoProcessor.java254 final boolean compressed = b.compress(Bitmap.CompressFormat.JPEG, quality, baos); in getCompressedBytes()
259 if (!compressed) { in getCompressedBytes()
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1402373178, ...