Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java5005 public void setMaxDisplayedNotifications(int maxDisplayedNotifications) { in setMaxDisplayedNotifications() argument
5006 if (mMaxDisplayedNotifications != maxDisplayedNotifications) { in setMaxDisplayedNotifications()
5007 mMaxDisplayedNotifications = maxDisplayedNotifications; in setMaxDisplayedNotifications()