Searched refs:updateIconsForLayout (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationIconAreaController.java | 317 updateIconsForLayout(entry -> entry.getIcons().getShelfIcon(), mShelfIcons, in updateShelfIcons() 329 updateIconsForLayout(entry -> entry.getIcons().getStatusBarIcon(), mNotificationIcons, in updateStatusBarIcons() 341 updateIconsForLayout(entry -> entry.getIcons().getCenteredIcon(), mCenteredIcon, in updateCenterIcon() 353 updateIconsForLayout(entry -> entry.getIcons().getAodIcon(), mAodIcons, in updateAodNotificationIcons() 380 private void updateIconsForLayout(Function<NotificationEntry, StatusBarIconView> function, in updateIconsForLayout() method in NotificationIconAreaController
|