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.java168 mLastInSectionViews[i] = sections[i].getLastVisibleChild(); in updateRoundedChildren()
189 : section.getLastVisibleChild()); in handleRemovedOldViews()
217 (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.java2562 if (section.getLastVisibleChild() != null) {
3157 lastSection == null ? null : lastSection.getLastVisibleChild();
4457 lastSection == null ? null : lastSection.getLastVisibleChild();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java328 when(section.getLastVisibleChild()).thenReturn(last); in createSection()