Loading core/java/com/android/internal/policy/DecorView.java +4 −5 Original line number Diff line number Diff line Loading @@ -1745,6 +1745,10 @@ public class DecorView extends FrameLayout implements RootViewSurfaceTaker, Wind mCaptionBackgroundDrawable = getContext().getDrawable( R.drawable.decor_caption_title_focused); } if (mResizingBackgroundDrawable != null) { mLastBackgroundDrawableCb = mResizingBackgroundDrawable.getCallback(); mResizingBackgroundDrawable.setCallback(null); } } // Free floating overlapping windows require a caption. Loading Loading @@ -1915,11 +1919,6 @@ public class DecorView extends FrameLayout implements RootViewSurfaceTaker, Wind final ThreadedRenderer renderer = getHardwareRenderer(); if (renderer != null) { loadBackgroundDrawablesIfNeeded(); if (mResizingBackgroundDrawable != null) { mLastBackgroundDrawableCb = mResizingBackgroundDrawable.getCallback(); mResizingBackgroundDrawable.setCallback(null); } mBackdropFrameRenderer = new BackdropFrameRenderer(this, renderer, initialBounds, mResizingBackgroundDrawable, mCaptionBackgroundDrawable, mUserCaptionBackgroundDrawable, getCurrentColor(mStatusColorViewState), Loading Loading
core/java/com/android/internal/policy/DecorView.java +4 −5 Original line number Diff line number Diff line Loading @@ -1745,6 +1745,10 @@ public class DecorView extends FrameLayout implements RootViewSurfaceTaker, Wind mCaptionBackgroundDrawable = getContext().getDrawable( R.drawable.decor_caption_title_focused); } if (mResizingBackgroundDrawable != null) { mLastBackgroundDrawableCb = mResizingBackgroundDrawable.getCallback(); mResizingBackgroundDrawable.setCallback(null); } } // Free floating overlapping windows require a caption. Loading Loading @@ -1915,11 +1919,6 @@ public class DecorView extends FrameLayout implements RootViewSurfaceTaker, Wind final ThreadedRenderer renderer = getHardwareRenderer(); if (renderer != null) { loadBackgroundDrawablesIfNeeded(); if (mResizingBackgroundDrawable != null) { mLastBackgroundDrawableCb = mResizingBackgroundDrawable.getCallback(); mResizingBackgroundDrawable.setCallback(null); } mBackdropFrameRenderer = new BackdropFrameRenderer(this, renderer, initialBounds, mResizingBackgroundDrawable, mCaptionBackgroundDrawable, mUserCaptionBackgroundDrawable, getCurrentColor(mStatusColorViewState), Loading