commit | 9420abd56a2af7ddbeb70562b79d61b2dca8c5a1 | [log] [tgz] |
---|---|---|
author | Chet Haase <chet@google.com> | Thu Mar 29 16:28:32 2012 -0700 |
committer | Chet Haase <chet@google.com> | Mon Apr 02 15:31:24 2012 -0700 |
tree | 8625a64e2d9ffd1520d890c2eb7989ccbef28adc | |
parent | 1d6013357847983180a317e2acaf807bde8b7ea7 [diff] |
Re-enable DisplayList properties. Re-enabling DisplayList properties last week caused some app errors due to the way that some transforms were being handled (specifically, those coming from the old Animations and ViewGroup's childStaticTransformation field). This change pushes *all* transform/alpha data from View.draw() into the view's DisplayList, making DisplayLists more encapsulated (and correct). Change-Id: Ia702c6aae050784bb3ed505aa87553113f8a1938