Merge "Force additional layout pass after drawing" into lmp-mr1-dev

This commit is contained in:
Craig Mautner
2014-12-01 20:56:07 +00:00
committed by Android (Google) Code Review

View File

@@ -9539,6 +9539,9 @@ public class WindowManagerService extends IWindowManager.Stub
+ " interesting=" + numInteresting
+ " drawn=" + wtoken.numDrawnWindows);
wtoken.allDrawn = true;
// Force an additional layout pass where WindowStateAnimator#
// commitFinishDrawingLocked() will call performShowLocked().
displayContent.layoutNeeded = true;
mH.obtainMessage(H.NOTIFY_ACTIVITY_DRAWN, wtoken.token).sendToTarget();
}
}