Loading core/java/android/view/ViewRootImpl.java +4 −1 Original line number Diff line number Diff line Loading @@ -2856,7 +2856,10 @@ public final class ViewRootImpl implements ViewParent, if (mSurfaceControl.isValid()) { updateOpacity(mWindowAttributes, dragResizing, surfaceControlChanged /*forceUpdate */); if (surfaceControlChanged) { // No need to updateDisplayDecoration if it's a new SurfaceControl and // mDisplayDecorationCached is false, since that's the default for a new // SurfaceControl. if (surfaceControlChanged && mDisplayDecorationCached) { updateDisplayDecoration(); } } Loading Loading
core/java/android/view/ViewRootImpl.java +4 −1 Original line number Diff line number Diff line Loading @@ -2856,7 +2856,10 @@ public final class ViewRootImpl implements ViewParent, if (mSurfaceControl.isValid()) { updateOpacity(mWindowAttributes, dragResizing, surfaceControlChanged /*forceUpdate */); if (surfaceControlChanged) { // No need to updateDisplayDecoration if it's a new SurfaceControl and // mDisplayDecorationCached is false, since that's the default for a new // SurfaceControl. if (surfaceControlChanged && mDisplayDecorationCached) { updateDisplayDecoration(); } } Loading