OSDN Git Service

Disable Drawable DisplayLists
authorChris Craik <ccraik@google.com>
Mon, 27 Jan 2014 21:58:11 +0000 (13:58 -0800)
committerChris Craik <ccraik@google.com>
Mon, 27 Jan 2014 21:58:11 +0000 (13:58 -0800)
commitcd53c257e3e75325eba70f5e52ecadfc1b2bf567
tree46b766f8e05af6fe409d4b2bd0399c970a6c28fb
parent2d434c8bdf5f980956854ea022db9588e66f445e
Disable Drawable DisplayLists

bug:12581401
bug:12758460

DisplayLists of drawables aren't being cleared out correctly, and will
incorrectly store state across configuration changes. Disable them
temporarily until this is fixed.

Change-Id: Ic09f0674d30476127316cfb4ffe45eb34cc15aa0
graphics/java/android/graphics/drawable/Drawable.java