summaryrefslogtreecommitdiff
path: root/src/com/android/bitmap/drawable/BasicBitmapDrawable.java
AgeCommit message (Expand)Author
2014-04-25Add a few missed Trace.endSection()Ruben
2014-03-18unbind() will not keep track of the previous key unless we specify that theMark Wei
2014-03-02When detached from window, the last known RequestKey is saved inside of the B...Mark Wei
2014-01-22Decouple parallaxSpeedMultiplier from setDecodeDimensions().Mark Wei
2014-01-21Check both ReusableBitmap and ReusableBitmap#bmp for null to avoid NPE.Mark Wei
2013-12-02Fix state changes bug that caused bitmaps in the cache to be faded in instead ofMark Wei
2013-11-07Allow clients to customize the placeholder pulse animation.Mark Wei
2013-11-06Fix bitmap drawing bug.Mark Wei
2013-11-05Change state from UNINITIALIZED to NOT_YET_LOADED earlier.Mark Wei
2013-11-04Add some documentation.Mark Wei
2013-11-04Allow subclasses to specify custom executors.Mark Wei
2013-11-04Consistent naming with onDraw().Mark Wei
2013-11-04Allow subclasses to customize drawing of bitmap (using shaders, etc).Mark Wei
2013-10-31Make ExtendedBitmapDrawable extend BasicBitmapDrawable.Mark Wei
2013-10-29Relax BasicBitmapView to allow non-BasicBitmapDrawables to be assigned to it.Mark Wei
2013-10-22Add BasicImageView to unbind on detach for clients with long-lived caches.Mark Wei
2013-10-21Expose sRect and mPaint to subclasses.Mark Wei
2013-10-21Change visibility of mBitmap to protected for BasicBitmapDrawable subclasses.Mark Wei
2013-10-21MisspellingMark Wei
2013-10-21Let BasicBitmapDrawable get subclassable.Mark Wei
2013-10-21Modifications to bitmap library to make integrating into BigTop simpler.Mark Wei
2013-10-16Change BitmapRequestKey to be more cleanly implementable.Sam Blitzstein
2013-10-15Initial commit from Gmail's Cache system.Sam Blitzstein