Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java452 private int mMaxDisplayedNotifications = -1; field in NotificationStackScrollLayout
1404 if (mMaxDisplayedNotifications != -1) {
2349 /* notificationStackScrollLayout= */ this, mMaxDisplayedNotifications,
4984 if (mMaxDisplayedNotifications != maxDisplayedNotifications) { in setMaxDisplayedNotifications()
4985 mMaxDisplayedNotifications = maxDisplayedNotifications; in setMaxDisplayedNotifications()
5112 println(pw, "maxDisplayedNotifications", mMaxDisplayedNotifications); in dump()