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.java96 boolean lastInSection = isLastInSection(view, false /* exclude last section */); in updateViewWithoutCallback()
116 private boolean isLastInSection(ActivatableNotificationView view, boolean includeLastSection) { in isLastInSection() method in NotificationRoundnessManager
136 if (isLastInSection(view, true /* include last section */) && !top) { in getRoundness()
190 || oldView.isLastInSection() != isLastInSection(oldView, in handleRemovedOldViews()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java306 Assert.assertFalse(mFirst.isLastInSection()); in testNoViewsFirstOrLastInSectionWhenSecondSectionEmpty()
316 Assert.assertFalse(mSecond.isLastInSection()); in testNoViewsFirstOrLastInSectionWhenFirstSectionEmpty()
326 Assert.assertTrue(mFirst.isLastInSection()); in testFirstAndLastViewsInSectionSetWhenBothSectionsNonEmpty()
328 Assert.assertFalse(mSecond.isLastInSection()); in testFirstAndLastViewsInSectionSetWhenBothSectionsNonEmpty()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java491 public boolean isLastInSection() { in isLastInSection() method in ActivatableNotificationView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java354 if (row.isFirstInSection() && previousRow != null && previousRow.isLastInSection()) { in updateAppearance()