Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java43 private final ExpandableView[] mTmpFirstInSectionViews; field in NotificationRoundnessManager
67 mTmpFirstInSectionViews = new ExpandableView[numberOfSections]; in NotificationRoundnessManager()
222 mTmpFirstInSectionViews[i] = mFirstInSectionViews[i]; in updateRoundedChildren()
227 anyChanged |= handleRemovedOldViews(sections, mTmpFirstInSectionViews, true); in updateRoundedChildren()
229 anyChanged |= handleAddedNewViews(sections, mTmpFirstInSectionViews, true); in updateRoundedChildren()