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.java43 private final ActivatableNotificationView[] mTmpLastInSectionViews; field in NotificationRoundnessManager
56 mTmpLastInSectionViews = new ActivatableNotificationView[NUM_SECTIONS]; in NotificationRoundnessManager()
166 mTmpLastInSectionViews[i] = mLastInSectionViews[i]; in updateRoundedChildren()
171 anyChanged |= handleRemovedOldViews(sections, mTmpLastInSectionViews, false); in updateRoundedChildren()
173 anyChanged |= handleAddedNewViews(sections, mTmpLastInSectionViews, false); in updateRoundedChildren()