commit | ecc8fa8557642332bf198066c54da6be2fc02468 | [log] [tgz] |
---|---|---|
author | Robert Snoeberger <snoeberger@google.com> | Tue Sep 29 14:16:00 2020 -0400 |
committer | Robert Snoeberger <snoeberger@google.com> | Tue Sep 29 14:16:00 2020 -0400 |
tree | e2222f3cc8a5b81d0e5088188405d93b6f757ac3 | |
parent | 993254c89e4b17097265f03167ca4257e0996f66 [diff] |
Avoid loading app icon bitmap when possible The layout file is using a CachingIconView for the app icon to avoid reloading the icon when possible. But, the icon is being explicitly loaded in MediaDataManager. This change eliminates this unnecessary work. Bug: 160591450 Test: manual - heap_profile sysui while toggling play/pause. Change-Id: I5677e489229fc53f2d5cdc19023acf49a80c7caa