Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java144 boolean showAmbient, boolean hideDismissed, boolean hideRepliedMessages) { in shouldShowNotificationIcon() argument
145 if (mEntryManager.getNotificationData().isAmbient(entry.key) && !showAmbient) { in shouldShowNotificationIcon()
163 if (!showAmbient && mEntryManager.getNotificationData().shouldSuppressStatusBar(entry)) { in shouldShowNotificationIcon()
198 NotificationIconContainer hostLayout, boolean showAmbient, boolean hideDismissed, in updateIconsForLayout() argument
208 if (shouldShowNotificationIcon(ent, showAmbient, hideDismissed, in updateIconsForLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java2789 public void setShowAmbient(boolean showAmbient) {
2790 if (showAmbient != mShowAmbient) {
2791 mShowAmbient = showAmbient;