Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java20 import static com.android.systemui.statusbar.phone.NotificationIconContainer.IconState.NO_VALUE;
53 import com.android.systemui.statusbar.phone.NotificationIconContainer;
73 private NotificationIconContainer mShelfIcons;
86 private NotificationIconContainer mCollapsedIcons;
179 public NotificationIconContainer getShelfIcons() { in getShelfIcons()
339 NotificationIconContainer.IconState iconState = getIconState(icon); in updateAppearance()
537 NotificationIconContainer.IconState iconState = getIconState(icon);
627 NotificationIconContainer.IconState iconState = getIconState(icon);
684 NotificationIconContainer.IconState iconState = getIconState(icon);
758 private NotificationIconContainer.IconState getIconState(StatusBarIconView icon) {
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java66 private NotificationIconContainer mNotificationIcons;
67 private NotificationIconContainer mShelfIcons;
69 private NotificationIconContainer mCenteredIcon;
70 private NotificationIconContainer mAodIcons;
344 NotificationIconContainer hostLayout, boolean showAmbient, in updateIconsForLayout()
DNotificationIconContainer.java50 public class NotificationIconContainer extends AlphaOptimizedFrameLayout { class
166 public NotificationIconContainer(Context context, AttributeSet attrs) { in NotificationIconContainer() method in NotificationIconContainer
681 public static final int NO_VALUE = NotificationIconContainer.NO_VALUE;