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/
DLegacyNotificationIconAreaControllerImpl.java320 updateIconsForLayout(entry -> entry.getIcons().getShelfIcon(), mShelfIcons, in updateShelfIcons()
330 updateIconsForLayout(entry -> entry.getIcons().getStatusBarIcon(), mNotificationIcons, in updateStatusBarIcons()
343 updateIconsForLayout(entry -> entry.getIcons().getAodIcon(), mAodIcons, in updateAodNotificationIcons()
368 private void updateIconsForLayout(Function<NotificationEntry, StatusBarIconView> function, in updateIconsForLayout() method in LegacyNotificationIconAreaControllerImpl