am 9dba1073: Merge "Force additional layout pass after drawing" into lmp-mr1-dev
* commit '9dba10732802bf162c0098d2591aa284e55b7b5e': Force additional layout pass after drawing
This commit is contained in:
@@ -9539,6 +9539,9 @@ public class WindowManagerService extends IWindowManager.Stub
|
|||||||
+ " interesting=" + numInteresting
|
+ " interesting=" + numInteresting
|
||||||
+ " drawn=" + wtoken.numDrawnWindows);
|
+ " drawn=" + wtoken.numDrawnWindows);
|
||||||
wtoken.allDrawn = true;
|
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();
|
mH.obtainMessage(H.NOTIFY_ACTIVITY_DRAWN, wtoken.token).sendToTarget();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user