Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java42 private final ExpandableView[] mTmpLastInSectionViews; field in NotificationRoundnessManager
58 mTmpLastInSectionViews = new ExpandableView[numberOfSections]; in NotificationRoundnessManager()
161 mTmpLastInSectionViews[i] = mLastInSectionViews[i]; in updateRoundedChildren()
166 anyChanged |= handleRemovedOldViews(sections, mTmpLastInSectionViews, false); in updateRoundedChildren()
168 anyChanged |= handleAddedNewViews(sections, mTmpLastInSectionViews, false); in updateRoundedChildren()