Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java820 int minNotificationsForShelf = 1; in getAppearEndPosition() local
823 minNotificationsForShelf = 2; in getAppearEndPosition()
827 if (notGoneChildCount >= minNotificationsForShelf) { in getAppearEndPosition()