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.java176 updateIconsForLayout(entry -> entry.expandedIcon, mShelfIcons, in updateNotificationIcons()
184 updateIconsForLayout(entry -> entry.icon, mNotificationIcons, in updateStatusBarIcons()
197 private void updateIconsForLayout(Function<NotificationData.Entry, StatusBarIconView> function, in updateIconsForLayout() method in NotificationIconAreaController