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.java348 updateIconsForLayout(entry -> entry.getIcons().getShelfIcon(), mShelfIcons, in updateShelfIcons()
360 updateIconsForLayout(entry -> entry.getIcons().getStatusBarIcon(), mNotificationIcons, in updateStatusBarIcons()
372 updateIconsForLayout(entry -> entry.getIcons().getCenteredIcon(), mCenteredIcon, in updateCenterIcon()
387 updateIconsForLayout(entry -> entry.getIcons().getAodIcon(), mAodIcons, in updateAodNotificationIcons()
414 private void updateIconsForLayout(Function<NotificationEntry, StatusBarIconView> function, in updateIconsForLayout() method in NotificationIconAreaController