Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java170 anyChanged |= handleRemovedOldViews(sections, mTmpFirstInSectionViews, true); in updateRoundedChildren()
171 anyChanged |= handleRemovedOldViews(sections, mTmpLastInSectionViews, false); in updateRoundedChildren()
179 private boolean handleRemovedOldViews(NotificationSection[] sections, in handleRemovedOldViews() method in NotificationRoundnessManager