Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java120 private boolean isLastInSection(ActivatableNotificationView view, boolean includeLastSection) { in isLastInSection() argument
124 return includeLastSection || numNonEmptySections > 0; in isLastInSection()