Home
last modified time | relevance | path

Searched refs:getFirstVisibleChild (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSection.java198 public ExpandableView getFirstVisibleChild() { in getFirstVisibleChild() method in NotificationSection
251 ExpandableView firstView = getFirstVisibleChild(); in updateBounds()
H A DNotificationStackScrollLayout.java1584 ? firstVisibleSection.getFirstVisibleChild().getPinnedHeadsUpHeight()
2525 if (section.getFirstVisibleChild() != null) {
3019 firstSection == null ? null : firstSection.getFirstVisibleChild(); in updateFirstAndLastBackgroundViews()
4171 firstSection == null ? null : firstSection.getFirstVisibleChild(); in onChildHeightChanged()