Commit 89b7f2e
committed
Fix Animation bugs from DisplayList properties integration
The new DisplayList properties functionality does not currently handle Animation
(android.view.animation) functionality, so we fall back to the previous approach
of redrawing the DisplayList when an Animation changes alpha/transform data for
a View. The DL code was not, however, correctly using that logic, so that
the Animation transform information was being ignored, or at least not set
correctly on the DisplayList during redraws.
This fix accounts for Animation changes and sets up the DisplayList correctly.
Change-Id: I9f6e0382b05d0627f4779f30e74641dedcc77f821 parent fae7ab3 commit 89b7f2e
1 file changed
+8
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11481 | 11481 | | |
11482 | 11482 | | |
11483 | 11483 | | |
11484 | | - | |
| 11484 | + | |
11485 | 11485 | | |
11486 | 11486 | | |
11487 | 11487 | | |
| |||
11515 | 11515 | | |
11516 | 11516 | | |
11517 | 11517 | | |
11518 | | - | |
11519 | | - | |
11520 | | - | |
11521 | | - | |
11522 | | - | |
| 11518 | + | |
| 11519 | + | |
| 11520 | + | |
11523 | 11521 | | |
11524 | 11522 | | |
11525 | 11523 | | |
| |||
11548 | 11546 | | |
11549 | 11547 | | |
11550 | 11548 | | |
11551 | | - | |
11552 | | - | |
11553 | | - | |
11554 | | - | |
11555 | | - | |
11556 | | - | |
| 11549 | + | |
| 11550 | + | |
| 11551 | + | |
| 11552 | + | |
11557 | 11553 | | |
11558 | 11554 | | |
11559 | 11555 | | |
| |||
0 commit comments