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.java41 private final ActivatableNotificationView[] mLastInSectionViews; field in NotificationRoundnessManager
54 mLastInSectionViews = new ActivatableNotificationView[NUM_SECTIONS]; in NotificationRoundnessManager()
122 for (int i = mLastInSectionViews.length - 1; i >= 0; i--) { in isLastInSection()
123 if (view == mLastInSectionViews[i]) { in isLastInSection()
126 if (mLastInSectionViews[i] != null) { in isLastInSection()
166 mTmpLastInSectionViews[i] = mLastInSectionViews[i]; in updateRoundedChildren()
168 mLastInSectionViews[i] = sections[i].getLastVisibleChild(); in updateRoundedChildren()