Home
last modified time | relevance | path

Searched refs:mNotificationIcons (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java59 private NotificationIconContainer mNotificationIcons; field in NotificationIconAreaController
101 mNotificationIcons = mNotificationIconArea.findViewById(R.id.notificationIcons); in initializeNotificationAreaViews()
111 shelf.setCollapsedIcons(mNotificationIcons); in setupShelf()
117 for (int i = 0; i < mNotificationIcons.getChildCount(); i++) { in onDensityOrFontScaleChanged()
118 View child = mNotificationIcons.getChildAt(i); in onDensityOrFontScaleChanged()
253 updateIconsForLayout(entry -> entry.icon, mNotificationIcons, in updateStatusBarIcons()
288 mNotificationIcons.setAnimationsEnabled(mAnimationsEnabled && inShade); in updateAnimations()
410 for (int i = 0; i < mNotificationIcons.getChildCount(); i++) { in applyNotificationIconsTint()
411 final StatusBarIconView iv = (StatusBarIconView) mNotificationIcons.getChildAt(i); in applyNotificationIconsTint()
441 mNotificationIcons.setDark(dark, false, 0); in setDark()
[all …]