summaryrefslogtreecommitdiff
path: root/src/com/android/bitmap/RequestKey.java
AgeCommit message (Collapse)Author
2014-07-14Import latest bitmap library changes.Mark Wei
Change-Id: Ic3a79a1154fb1329bf4c163ea6aeb32f8bd3857d
2013-11-06Add javadoc explaining when to implement async FD vs sync IS methods.Mark Wei
Change-Id: I8a5e739c14d357b0b6b724cdbff45cd116458660
2013-10-29Relax BasicBitmapView to allow non-BasicBitmapDrawables to be assigned to it.Mark Wei
Rename BasicBitmapView to BitmapDrawableImageView. Allow asynchronous creating of file. Change-Id: I0407bf0bf36ae92ce45d2175121a15483f8f72f2
2013-10-21Modifications to bitmap library to make integrating into BigTop simpler.Mark Wei
RequestKey returns ParcelFileDescriptor instead of AssetFileDescriptor to make it easier to read files off of internal cache. Do not assume we want a top-1/3 crop. Provide vertical center in DecodeTask constructor. Move DecodeTask params into DecodeOptions to avoid param bloat. Add option to not limit bitmap density in BasicBitmapDrawable. Name AsyncTask threads in pool. Link DEBUG flags. Change-Id: I9416ac647c0c4935ee488b7db43cccd9de565c54
2013-10-16Add copyright notices, and clarify documentation.Sam Blitzstein
Remove ineffectual interface methods from RequestKey and replace with a comment in the class's documentation to the same meaning. Change-Id: I4d27407d18a798b27dfe138b38a5ee3a2718e127
2013-10-16Change BitmapRequestKey to be more cleanly implementable.Sam Blitzstein
Change-Id: I831586688605e6c6c2f2f7a879c6be23175f71de