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