Searched refs:updateIconsForLayout (Results 1 – 1 of 1) sorted by relevance
320 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