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;
51 import com.android.systemui.statusbar.phone.NotificationIconContainer;
68 private NotificationIconContainer mShelfIcons;
83 private NotificationIconContainer mCollapsedIcons;
201 public NotificationIconContainer getShelfIcons() { in getShelfIcons()
361 NotificationIconContainer.IconState iconState = getIconState(icon); in updateAppearance()
551 NotificationIconContainer.IconState iconState = getIconState(icon);
641 NotificationIconContainer.IconState iconState = getIconState(icon);
698 NotificationIconContainer.IconState iconState = getIconState(icon);
771 private NotificationIconContainer.IconState getIconState(StatusBarIconView icon) {
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java59 private NotificationIconContainer mNotificationIcons;
60 private NotificationIconContainer mShelfIcons;
62 private NotificationIconContainer mCenteredIcon;
301 NotificationIconContainer hostLayout, boolean showAmbient, boolean showLowPriority, in updateIconsForLayout()
DNotificationIconContainer.java50 public class NotificationIconContainer extends AlphaOptimizedFrameLayout { class
165 public NotificationIconContainer(Context context, AttributeSet attrs) { in NotificationIconContainer() method in NotificationIconContainer
672 public static final int NO_VALUE = NotificationIconContainer.NO_VALUE;