Home
last modified time | relevance | path

Searched refs:NotificationIconContainer (Results 1 – 4 of 4) 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;
54 import com.android.systemui.statusbar.phone.NotificationIconContainer;
74 private NotificationIconContainer mShelfIcons;
87 private NotificationIconContainer mCollapsedIcons;
184 public NotificationIconContainer getShelfIcons() { in getShelfIcons()
334 NotificationIconContainer.IconState iconState = getIconState(icon); in updateAppearance()
535 NotificationIconContainer.IconState iconState = getIconState(icon);
640 NotificationIconContainer.IconState iconState) {
674 NotificationIconContainer.IconState iconState = getIconState(icon);
749 NotificationIconContainer.IconState iconState = getIconState(icon);
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java68 private NotificationIconContainer mNotificationIcons;
69 private NotificationIconContainer mShelfIcons;
71 private NotificationIconContainer mCenteredIcon;
72 private NotificationIconContainer mAodIcons;
381 NotificationIconContainer hostLayout, boolean showAmbient, boolean showLowPriority, in updateIconsForLayout()
DNotificationIconContainer.java55 public class NotificationIconContainer extends AlphaOptimizedFrameLayout { class
173 public NotificationIconContainer(Context context, AttributeSet attrs) { in NotificationIconContainer() method in NotificationIconContainer
696 public static final int NO_VALUE = NotificationIconContainer.NO_VALUE;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaControllerTest.java61 NotificationIconContainer mNotificationIconContainer;