Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java225 mLastInSectionViews[i] = sections[i].getLastVisibleChild(); in updateRoundedChildren()
246 : section.getLastVisibleChild()); in handleRemovedOldViews()
272 (first ? section.getFirstVisibleChild() : section.getLastVisibleChild()); in handleAddedNewViews()
H A DNotificationSection.java207 public ExpandableView getLastVisibleChild() { in getLastVisibleChild() method in NotificationSection
281 ExpandableView lastView = getLastVisibleChild(); in updateBounds()
H A DNotificationStackScrollLayout.java2448 if (section.getLastVisibleChild() != null) {
2902 lastSection == null ? null : lastSection.getLastVisibleChild(); in updateFirstAndLastBackgroundViews()
4068 lastSection == null ? null : lastSection.getLastVisibleChild(); in updateScrollPositionOnExpandInBottom()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManagerTest.java352 when(section.getLastVisibleChild()).thenReturn(last); in createSection()