Home
last modified time | relevance | path

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

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