Searched refs:mAodIcons (Results 1 – 1 of 1) sorted by relevance
72 private NotificationIconContainer mAodIcons; field in NotificationIconAreaController148 boolean changed = mAodIcons != null; in initAodIcons()150 mAodIcons.setAnimationsEnabled(false); in initAodIcons()151 mAodIcons.removeAllViews(); in initAodIcons()153 mAodIcons = mStatusBar.getNotificationShadeWindowView().findViewById( in initAodIcons()155 mAodIcons.setOnLockScreen(true); in initAodIcons()183 for (int i = 0; i < mAodIcons.getChildCount(); i++) { in onDensityOrFontScaleChanged()184 View child = mAodIcons.getChildAt(i); in onDensityOrFontScaleChanged()353 updateIconsForLayout(entry -> entry.getIcons().getAodIcon(), mAodIcons, in updateAodNotificationIcons()546 mAodIcons.setDozing(isDozing, animate, 0); in onDozingChanged()[all …]