am 000293c9: Merge "Layout the window to be displayed if it would be resized"
* commit '000293c93b41f69857f228d085b6f44b9afa34b0': Layout the window to be displayed if it would be resized
This commit is contained in:
@@ -3140,6 +3140,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