Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +4 −8 Original line number Diff line number Diff line Loading @@ -1961,9 +1961,9 @@ public class NotificationStackScrollLayout extends ViewGroup } private void applyCurrentBackgroundBounds() { if (!mFadingOut) { mScrimController.setExcludedBackgroundArea(mCurrentBounds); } mScrimController.setExcludedBackgroundArea( mFadingOut || mParentFadingOut || mAmbientState.isDark() ? null : mCurrentBounds); invalidate(); } Loading Loading @@ -3839,11 +3839,7 @@ public class NotificationStackScrollLayout extends ViewGroup } private void updateFadingState() { if (mFadingOut || mParentFadingOut || mAmbientState.isDark()) { mScrimController.setExcludedBackgroundArea(null); } else { applyCurrentBackgroundBounds(); } updateSrcDrawing(); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +4 −8 Original line number Diff line number Diff line Loading @@ -1961,9 +1961,9 @@ public class NotificationStackScrollLayout extends ViewGroup } private void applyCurrentBackgroundBounds() { if (!mFadingOut) { mScrimController.setExcludedBackgroundArea(mCurrentBounds); } mScrimController.setExcludedBackgroundArea( mFadingOut || mParentFadingOut || mAmbientState.isDark() ? null : mCurrentBounds); invalidate(); } Loading Loading @@ -3839,11 +3839,7 @@ public class NotificationStackScrollLayout extends ViewGroup } private void updateFadingState() { if (mFadingOut || mParentFadingOut || mAmbientState.isDark()) { mScrimController.setExcludedBackgroundArea(null); } else { applyCurrentBackgroundBounds(); } updateSrcDrawing(); } Loading