Loading packages/SystemUI/res/values/config.xml +0 −3 Original line number Diff line number Diff line Loading @@ -354,9 +354,6 @@ <!-- Whether to show activity indicators in the status bar --> <bool name="config_showActivity">false</bool> <!-- Whether or not the button to clear all notifications will be shown. --> <bool name="config_enableNotificationsClearAll">true</bool> <!-- Whether or not to show the notification shelf that houses the icons of notifications that have been scrolled off-screen. --> <bool name="config_showNotificationShelf">true</bool> Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +1 −6 Original line number Diff line number Diff line Loading @@ -487,8 +487,6 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable private ShadeController mShadeController; private Consumer<Boolean> mOnStackYChanged; protected boolean mClearAllEnabled; private Interpolator mHideXInterpolator = Interpolators.FAST_OUT_SLOW_IN; private final NotificationSectionsManager mSectionsManager; Loading Loading @@ -673,7 +671,6 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable mDebugPaint.setStyle(Paint.Style.STROKE); mDebugPaint.setTextSize(25f); } mClearAllEnabled = res.getBoolean(R.bool.config_enableNotificationsClearAll); mGroupMembershipManager = Dependency.get(GroupMembershipManager.class); mGroupExpansionManager = Dependency.get(GroupExpansionManager.class); setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES); Loading Loading @@ -761,8 +758,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable } private boolean shouldShowDismissView() { return mClearAllEnabled && mController.hasActiveClearableNotifications(ROWS_ALL); return mController.hasActiveClearableNotifications(ROWS_ALL); } private boolean shouldShowFooterView(boolean showDismissView) { Loading Loading @@ -5178,7 +5174,6 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable DumpUtilsKt.withIncreasedIndent( pw, () -> { pw.println("mClearAllEnabled: " + mClearAllEnabled); pw.println( "hasActiveClearableNotifications: " + mController.hasActiveClearableNotifications( Loading Loading
packages/SystemUI/res/values/config.xml +0 −3 Original line number Diff line number Diff line Loading @@ -354,9 +354,6 @@ <!-- Whether to show activity indicators in the status bar --> <bool name="config_showActivity">false</bool> <!-- Whether or not the button to clear all notifications will be shown. --> <bool name="config_enableNotificationsClearAll">true</bool> <!-- Whether or not to show the notification shelf that houses the icons of notifications that have been scrolled off-screen. --> <bool name="config_showNotificationShelf">true</bool> Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +1 −6 Original line number Diff line number Diff line Loading @@ -487,8 +487,6 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable private ShadeController mShadeController; private Consumer<Boolean> mOnStackYChanged; protected boolean mClearAllEnabled; private Interpolator mHideXInterpolator = Interpolators.FAST_OUT_SLOW_IN; private final NotificationSectionsManager mSectionsManager; Loading Loading @@ -673,7 +671,6 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable mDebugPaint.setStyle(Paint.Style.STROKE); mDebugPaint.setTextSize(25f); } mClearAllEnabled = res.getBoolean(R.bool.config_enableNotificationsClearAll); mGroupMembershipManager = Dependency.get(GroupMembershipManager.class); mGroupExpansionManager = Dependency.get(GroupExpansionManager.class); setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES); Loading Loading @@ -761,8 +758,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable } private boolean shouldShowDismissView() { return mClearAllEnabled && mController.hasActiveClearableNotifications(ROWS_ALL); return mController.hasActiveClearableNotifications(ROWS_ALL); } private boolean shouldShowFooterView(boolean showDismissView) { Loading Loading @@ -5178,7 +5174,6 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable DumpUtilsKt.withIncreasedIndent( pw, () -> { pw.println("mClearAllEnabled: " + mClearAllEnabled); pw.println( "hasActiveClearableNotifications: " + mController.hasActiveClearableNotifications( Loading