Searched refs:hideCurrentMedia (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/ |
H A D | NotificationIconAreaControllerViewBinderWrapperImpl.kt | 216 hideCurrentMedia = false /* hideCurrentMedia */, 232 hideCurrentMedia = true /* hideCurrentMedia */, 386 hideCurrentMedia: Boolean, 392 if (hideCurrentMedia && entry.key == mediaManager.mediaNotificationKey) { 440 hideCurrentMedia = false, 464 hideCurrentMedia: Boolean, 479 hideCurrentMedia,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | LegacyNotificationIconAreaControllerImpl.java | 278 boolean hideRepliedMessages, boolean hideCurrentMedia, boolean hidePulsing) { in shouldShowNotificationIcon() argument 282 if (hideCurrentMedia && entry.getKey().equals(mMediaManager.getMediaNotificationKey())) { in shouldShowNotificationIcon() 382 boolean hideDismissed, boolean hideRepliedMessages, boolean hideCurrentMedia, in updateIconsForLayout() argument 390 hideRepliedMessages, hideCurrentMedia, hidePulsing)) { in updateIconsForLayout()
|