Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java290 updateIconsForLayout(entry -> entry.expandedIcon, mShelfIcons, in updateShelfIcons()
301 updateIconsForLayout(entry -> entry.icon, mNotificationIcons, in updateStatusBarIcons()
312 updateIconsForLayout(entry -> entry.centeredIcon, mCenteredIcon, in updateCenterIcon()
323 updateIconsForLayout(entry -> entry.aodIcon, mAodIcons, in updateAodNotificationIcons()
343 private void updateIconsForLayout(Function<NotificationEntry, StatusBarIconView> function, in updateIconsForLayout() method in NotificationIconAreaController