summaryrefslogtreecommitdiff
path: root/src/com/android/bitmap/view
AgeCommit message (Expand)Author
2014-03-26Fix bug where state changes were being suppressed if the drawable was offscreen.Mark Wei
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-02-21Rebind on attach to window if previously unbinded on detach from window.Mark Wei
2014-02-14Do not call methods which do not exist on ICS.Mark Wei
2014-02-07Allow setting transient state on BitmapDrawableImageView so we don't unbind()Mark Wei
2014-01-22Decouple parallaxSpeedMultiplier from setDecodeDimensions().Mark Wei
2013-12-08Allow placeholder drawable to be sized by the client. First try to use theMark Wei
2013-10-29Relax BasicBitmapView to allow non-BasicBitmapDrawables to be assigned to it.Mark Wei
2013-10-22Add copyright.Mark Wei
2013-10-22Add BasicImageView to unbind on detach for clients with long-lived caches.Mark Wei