Searched refs:mNotificationIcons (Results 1 – 1 of 1) sorted by relevance
45 private NotificationIconContainer mNotificationIcons; field in NotificationIconAreaController72 mNotificationIcons = (NotificationIconContainer) mNotificationIconArea.findViewById( in initializeNotificationAreaViews()80 shelf.setCollapsedIcons(mNotificationIcons); in setupShelf()86 for (int i = 0; i < mNotificationIcons.getChildCount(); i++) { in onDensityOrFontScaleChanged()87 View child = mNotificationIcons.getChildAt(i); in onDensityOrFontScaleChanged()184 updateIconsForLayout(entry -> entry.icon, mNotificationIcons, in updateStatusBarIcons()302 for (int i = 0; i < mNotificationIcons.getChildCount(); i++) { in applyNotificationIconsTint()303 final StatusBarIconView iv = (StatusBarIconView) mNotificationIcons.getChildAt(i); in applyNotificationIconsTint()324 mNotificationIcons.setDark(dark, false, 0); in setDark()329 mNotificationIcons.showIconIsolated(icon, animated); in showIconIsolated()[all …]