Files
frameworks_base/core/java/android
Chet Haase 2b45a16b8b Optimize gatherTransparentRegions to account for transparent bg
gatherTransparentRegions() incorrectly takes the background into account
even when that background drawable is a completely transparent ColorDrawable
(which you can get by calling View.setBackgroundColor(0)). Checking
the opacity of the drawable allows us to ignore drawables that are not
visible.

Issue #13465427 Performance suggestion: View.setBackgroundColor(0) should set background to null

Change-Id: Ic552bf6a07cc9229fd32febc3ada73a0701cad0c
2014-07-11 13:38:51 -07:00
..
2014-07-08 23:55:18 +00:00
2014-07-02 12:44:33 -07:00
2014-07-07 20:08:27 +00:00
2014-07-09 18:43:38 +00:00
2014-06-06 13:33:16 -07:00
2014-07-07 20:25:44 +00:00