Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java164 mLastInSectionViews[i] = sections[i].getLastVisibleChild(); in updateRoundedChildren()
185 : section.getLastVisibleChild()); in handleRemovedOldViews()
213 (first ? section.getFirstVisibleChild() : section.getLastVisibleChild()); in handleAddedNewViews()
DNotificationSection.java198 public ActivatableNotificationView getLastVisibleChild() { in getLastVisibleChild() method in NotificationSection
268 ActivatableNotificationView lastView = getLastVisibleChild(); in updateBounds()
DNotificationSectionsManager.java199 highPrioritySection.getLastVisibleChild(); in updateFirstAndLastViewsInSections()
DNotificationStackScrollLayout.java2608 if (section.getLastVisibleChild() != null) {
3199 lastSection == null ? null : lastSection.getLastVisibleChild();
4502 lastSection == null ? null : lastSection.getLastVisibleChild();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java335 when(section.getLastVisibleChild()).thenReturn(last); in createSection()