Commit 1fb8a9e
committed
Fix init of Animation in View drawing code
The refactor of ViewGroup.drawChild() resulted in an error
in a new method (View.drawAnimation) where animations were being
initialized with their view dimensions instead of the parent dimensions.
Issue #6292681 RotateAnimationTest#testRotateAgainstPoint fails on JRN04
Issue #6293275 TranslateAnimationTest#testInitialize fails on JRN04
Change-Id: Ia90711cadd7a6c20fd788e5b8b18a5b28551e68c1 parent f01d3dd commit 1fb8a9e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12297 | 12297 | | |
12298 | 12298 | | |
12299 | 12299 | | |
12300 | | - | |
| 12300 | + | |
12301 | 12301 | | |
12302 | 12302 | | |
12303 | 12303 | | |
| |||
0 commit comments