Merge "Layout the window to be displayed if it would be resized"
This commit is contained in:
@ -3127,6 +3127,10 @@ public class WindowManagerService extends IWindowManager.Stub
|
|||||||
}
|
}
|
||||||
winAnimator.mEnteringAnimation = true;
|
winAnimator.mEnteringAnimation = true;
|
||||||
if (toBeDisplayed) {
|
if (toBeDisplayed) {
|
||||||
|
if ((win.mAttrs.softInputMode & SOFT_INPUT_MASK_ADJUST)
|
||||||
|
== SOFT_INPUT_ADJUST_RESIZE) {
|
||||||
|
win.mLayoutNeeded = true;
|
||||||
|
}
|
||||||
if (win.isDrawnLw() && okToDisplay()) {
|
if (win.isDrawnLw() && okToDisplay()) {
|
||||||
winAnimator.applyEnterAnimationLocked();
|
winAnimator.applyEnterAnimationLocked();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user