Home
last modified time | relevance | path

Searched refs:maxNotifications (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListContainer.java112 void setMaxDisplayedNotifications(int maxNotifications); in setMaxDisplayedNotifications() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java368 int maxNotifications = -1; in updateRowStatesInternal() local
370 maxNotifications = mPresenter.getMaxNotificationsWhileLocked(true /* recompute */); in updateRowStatesInternal()
372 mListContainer.setMaxDisplayedNotifications(maxNotifications); in updateRowStatesInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java331 public void setMaxDisplayedNotifications(int maxNotifications) { in setMaxDisplayedNotifications() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4464 int maxNotifications = mPresenter.getMaxNotificationsWhileLocked(true /* recompute */); in updateKeyguardMaxNotifications() local
4465 if (maxBefore != maxNotifications) { in updateKeyguardMaxNotifications()