Home
last modified time | relevance | path

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

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