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