Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java100 boolean lastInSection = isLastInSection(view, false /* exclude last section */); in updateViewWithoutCallback()
120 private boolean isLastInSection(ActivatableNotificationView view, boolean includeLastSection) { in isLastInSection() method in NotificationRoundnessManager
140 if (isLastInSection(view, true /* include last section */) && !top) { in getRoundness()
194 || oldView.isLastInSection() != isLastInSection(oldView, in handleRemovedOldViews()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java299 Assert.assertFalse(mFirst.isLastInSection()); in testNoViewsFirstOrLastInSectionWhenSecondSectionEmpty()
309 Assert.assertFalse(mSecond.isLastInSection()); in testNoViewsFirstOrLastInSectionWhenFirstSectionEmpty()
319 Assert.assertTrue(mFirst.isLastInSection()); in testFirstAndLastViewsInSectionSetWhenBothSectionsNonEmpty()
321 Assert.assertFalse(mSecond.isLastInSection()); in testFirstAndLastViewsInSectionSetWhenBothSectionsNonEmpty()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java508 public boolean isLastInSection() { in isLastInSection() method in ActivatableNotificationView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java376 if (row.isFirstInSection() && previousRow != null && previousRow.isLastInSection()) { in updateAppearance()