Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java40 private final ExpandableView[] mLastInSectionViews; field in NotificationRoundnessManager
56 mLastInSectionViews = new ExpandableView[numberOfSections]; in NotificationRoundnessManager()
117 for (int i = mLastInSectionViews.length - 1; i >= 0; i--) { in isLastInSection()
118 if (view == mLastInSectionViews[i]) { in isLastInSection()
121 if (mLastInSectionViews[i] != null) { in isLastInSection()
161 mTmpLastInSectionViews[i] = mLastInSectionViews[i]; in updateRoundedChildren()
163 mLastInSectionViews[i] = sections[i].getLastVisibleChild(); in updateRoundedChildren()