Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java70 private NotificationIconContainer mAodIcons; field in NotificationIconAreaController
127 boolean changed = mAodIcons != null; in initAodIcons()
129 mAodIcons.setAnimationsEnabled(false); in initAodIcons()
130 mAodIcons.removeAllViews(); in initAodIcons()
132 mAodIcons = mStatusBar.getStatusBarWindow().findViewById( in initAodIcons()
134 mAodIcons.setOnLockScreen(true); in initAodIcons()
162 for (int i = 0; i < mAodIcons.getChildCount(); i++) { in onDensityOrFontScaleChanged()
163 View child = mAodIcons.getChildAt(i); in onDensityOrFontScaleChanged()
323 updateIconsForLayout(entry -> entry.aodIcon, mAodIcons, in updateAodNotificationIcons()
509 mAodIcons.setDozing(isDozing, animate, 0); in onDozingChanged()
[all …]