Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java42 private final ExpandableView[] mLastInSectionViews; field in NotificationRoundnessManager
66 mLastInSectionViews = new ExpandableView[numberOfSections]; in NotificationRoundnessManager()
119 for (int i = mLastInSectionViews.length - 1; i >= 0; i--) { in isLastInSection()
120 if (view == mLastInSectionViews[i]) { in isLastInSection()
223 mTmpLastInSectionViews[i] = mLastInSectionViews[i]; in updateRoundedChildren()
225 mLastInSectionViews[i] = sections[i].getLastVisibleChild(); in updateRoundedChildren()