Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java446 private int mMaxDisplayedNotifications = -1; field in NotificationStackScrollLayout
1462 if (mMaxDisplayedNotifications != -1) {
2462 /* notificationStackScrollLayout= */ this, mMaxDisplayedNotifications,
5006 if (mMaxDisplayedNotifications != maxDisplayedNotifications) { in setMaxDisplayedNotifications()
5007 mMaxDisplayedNotifications = maxDisplayedNotifications; in setMaxDisplayedNotifications()
5146 println(pw, "maxDisplayedNotifications", mMaxDisplayedNotifications); in dump()