commit | 288471d8a57e1c318742cbfc28697877436fdb87 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Thu Aug 19 14:41:16 2010 -0700 |
committer | Romain Guy <romainguy@google.com> | Thu Aug 19 15:02:31 2010 -0700 |
tree | e78ef627df9418dca2ea5876207ffc303be5cc6a | |
parent | a695cbc94355017d02a3a6c17d866776a8eee24c [diff] |
DO NOT MERGE. Load assets in place instead of deferring until draw. Before this change, all framework assets would be decoded at drawing time outside of zygote. This was forcing all apps to re-decode the assets and zygote to keep an in-memory copy of each asset. This behavior is now opt-in by setting the inPurgeable flag on BitmapFactory.Options. Change-Id: Ief823139163d8071b8ee1267746622faf52eb8ec