Loading core/java/android/view/ViewRootImpl.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1982,7 +1982,7 @@ public final class ViewRootImpl implements ViewParent, boolean triggerGlobalLayoutListener = didLayout boolean triggerGlobalLayoutListener = didLayout || mAttachInfo.mRecomputeGlobalAttributes; || mAttachInfo.mRecomputeGlobalAttributes; if (didLayout) { if (didLayout) { performLayout(lp, desiredWindowWidth, desiredWindowHeight); performLayout(lp, mWidth, mHeight); // By this point all views have been sized and positioned // By this point all views have been sized and positioned // We can compute the transparent area // We can compute the transparent area Loading Loading
core/java/android/view/ViewRootImpl.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1982,7 +1982,7 @@ public final class ViewRootImpl implements ViewParent, boolean triggerGlobalLayoutListener = didLayout boolean triggerGlobalLayoutListener = didLayout || mAttachInfo.mRecomputeGlobalAttributes; || mAttachInfo.mRecomputeGlobalAttributes; if (didLayout) { if (didLayout) { performLayout(lp, desiredWindowWidth, desiredWindowHeight); performLayout(lp, mWidth, mHeight); // By this point all views have been sized and positioned // By this point all views have been sized and positioned // We can compute the transparent area // We can compute the transparent area Loading