commit | ba1fe8e3cfcf029a9bbd9bc7575e2b5c4f4ad8b0 | [log] [tgz] |
---|---|---|
author | Chet Haase <chet@google.com> | Sat Oct 15 07:35:51 2011 -0700 |
committer | Chet Haase <chet@google.com> | Mon Oct 17 08:54:53 2011 -0700 |
tree | 41982e36aa98756194ae39857c69545792284e49 | |
parent | 840b8a678537519c27ddf2f818494eaa20a135d4 [diff] |
Issue 5432115: Speed up notification scrolling The NotificationPanel was using views that had non-1 alpha values set on them (permanently). This is costly in the GL implementation and caused more rendering overhead, and worse performance, than simple opaque views would. The fix is to set the text color and ImageView drawable alpha directly, without setting the View alpha property. Change-Id: I381e0bd45bf45784b8e364a27a339e6583189a43