Searched refs:mLastInSectionViews (Results 1 – 1 of 1) sorted by relevance
41 private final ActivatableNotificationView[] mLastInSectionViews; field in NotificationRoundnessManager54 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()