Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImpl.java400 StatusBarIconView removedIcon = (StatusBarIconView) child; in updateIconsForLayout() local
401 String removedGroupKey = removedIcon.getNotification().getGroupKey(); in updateIconsForLayout()
404 if (candidate.getSourceIcon().sameAs((removedIcon.getSourceIcon())) in updateIconsForLayout()
420 statusBarIcons.add(removedIcon.getStatusBarIcon()); in updateIconsForLayout()
422 toRemove.add(removedIcon); in updateIconsForLayout()