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.java134 NotificationData notificationData, boolean showAmbient) { in shouldShowNotificationIcon() argument
135 if (notificationData.isAmbient(entry.key) && !showAmbient) { in shouldShowNotificationIcon()
172 NotificationIconContainer hostLayout, boolean showAmbient) { in updateIconsForLayout() argument
181 if (shouldShowNotificationIcon(ent, notificationData, showAmbient)) { in updateIconsForLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java2156 public void setShowAmbient(boolean showAmbient) {
2157 if (showAmbient != mShowAmbient) {
2158 mShowAmbient = showAmbient;