Searched refs:compressed (Results 1 – 24 of 24) 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()
249 // Indicates that pre-installed version of this apex can be compressed.250 // Whether it actually will be compressed is controlled on per-device basis.262 // Indicates that pre-installed version of this apex can be compressed.263 // Whether it actually will be compressed is controlled on per-device basis.272 // Indicates that pre-installed version of this apex can be compressed.273 // Whether it actually will be compressed is controlled on per-device basis.282 // Indicates that pre-installed version of this apex can be compressed.283 // Whether it actually will be compressed is controlled on per-device basis.
2 …bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls c…
8 Running zipinfo shows that the files are compressed using deflate (defN)14 2 files, 200000 bytes uncompressed, 151352 bytes compressed: 24.3%
17 // Indicates that pre-installed version of this apex can be compressed.18 // Whether it actually will be compressed is controlled on per-device basis.
50 // Indicates that pre-installed version of this apex can be compressed.51 // Whether it actually will be compressed is controlled on per-device basis.
51 // Indicates that pre-installed version of this apex can be compressed.52 // Whether it actually will be compressed is controlled on per-device basis.
39 // Indicates that pre-installed version of this apex can be compressed.40 // Whether it actually will be compressed is controlled on per-device basis.
247 final boolean compressed = b.compress(Bitmap.CompressFormat.JPEG, quality, baos); in getCompressedBytes()252 if (!compressed) { in getCompressedBytes()
321 final byte[] compressed = ContactPhotoUtils.compressBitmap(scaled); in saveToContact()322 if (compressed == null) { in saveToContact()340 values.setPhoto(compressed); in saveToContact()
45 // Indicates that pre-installed version of this apex can be compressed.46 // Whether it actually will be compressed is controlled on per-device basis.
27 // Indicates that pre-installed version of this apex can be compressed.28 // Whether it actually will be compressed is controlled on per-device basis.
746 byte[] compressed = bos.toByteArray(); in compressToBase64()748 mLog.dump("length is: %").c(compressed == null ? 0 : compressed.length).flush(); in compressToBase64()753 compressed.length < input.length ? compressed : input , Base64.DEFAULT); in compressToBase64()
83 // can not load compressed flat buffer formats. (*appt compresses all156 // can not load compressed flat buffer formats. (*appt compresses all
122 // Indicates that pre-installed version of this apex can be compressed.123 // Whether it actually will be compressed is controlled on per-device basis.
434 BlockBuffer<kCompressBound> compressed; in SendDataBlock() local437 compressedSize = LZ4_compress_default(raw.data, compressed.data, bytesRead, kCompressBound); in SendDataBlock()444 header = &compressed.header; in SendDataBlock()
61 * a sparse dimension, it's the same as the compressed index defined in the Compressed87 * * 0: A 1-D tensor representing the compressed sparse tensor data of a conceptual
77 // can not load compressed flat buffer formats. (*appt compresses all246 // can not load compressed flat buffer formats. (*appt compresses all
META-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...