OSDN Git Service

Compatibility hack
authorJohn Reck <jreck@google.com>
Fri, 8 May 2015 20:59:01 +0000 (13:59 -0700)
committerJohn Reck <jreck@google.com>
Fri, 8 May 2015 21:02:02 +0000 (14:02 -0700)
commit3e776dee3e8af646cdcfb7a60e0e301c99f05293
tree168fdb412a62a5709f9db7094b0bc4025b4c5eb7
parenta0698b617f1efc71d5301f98aead822e266ec5d6
Compatibility hack

Bug: 20940526

Rather than throwing an exception on accessing a recycled()
bitmap let certain operations succeed and just return dummy
values. Apps appear to be relying on this.

Change-Id: I74df2efdc29d93facd8553ed31cda3addf0b28eb
graphics/java/android/graphics/Bitmap.java