Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java451 StatusBarIconView removedIcon = (StatusBarIconView) child; in updateIconsForLayout() local
452 String removedGroupKey = removedIcon.getNotification().getGroupKey(); in updateIconsForLayout()
455 if (candidate.getSourceIcon().sameAs((removedIcon.getSourceIcon())) in updateIconsForLayout()
471 statusBarIcons.add(removedIcon.getStatusBarIcon()); in updateIconsForLayout()
473 toRemove.add(removedIcon); in updateIconsForLayout()