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.java364 int maxNotifications = -1; in updateRowStatesInternal() local
366 maxNotifications = mPresenter.getMaxNotificationsWhileLocked(true /* recompute */); in updateRowStatesInternal()
368 mListContainer.setMaxDisplayedNotifications(maxNotifications); in updateRowStatesInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java327 public void setMaxDisplayedNotifications(int maxNotifications) { in setMaxDisplayedNotifications() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4308 int maxNotifications = mPresenter.getMaxNotificationsWhileLocked(true /* recompute */); in updateKeyguardMaxNotifications() local
4309 if (maxBefore != maxNotifications) { in updateKeyguardMaxNotifications()