commit | 0059d3508f3c5346d4ea07d4ada3e1827e4c8a01 | [log] [tgz] |
---|---|---|
author | Craig Mautner <cmautner@google.com> | Fri Mar 16 15:26:01 2012 -0700 |
committer | Craig Mautner <cmautner@google.com> | Fri Mar 16 15:26:01 2012 -0700 |
tree | 50fd870181dc4391eb5014e382f2c83fc4d8f270 | |
parent | 1dd3ed09e8623574ef21fd48354eaa46d1edd9ee [diff] |
Fix black screen on app transition. The layer adjustment to an animating window upon completion was masking the window behind the mWindowAnimationBackgroundSurface, a DimSurface. The DimSurface was not being hidden because the step was happening too late. Swapping the order of performAnimationsLocked and updateWindowsAppsAndRotationAnimationsLocked fixes this ordering issue. Fixes bug 6185920. Change-Id: I0ff64c019e821fa3a92505ac6351f2648897e592