Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt217 hidePulsing = false /* hidePulsing */
233 hidePulsing = bypassController.bypassEnabled /* hidePulsing */
387 hidePulsing: Boolean
409 hidePulsing &&
441 hidePulsing = false
465 hidePulsing: Boolean,
480 hidePulsing
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLegacyNotificationIconAreaControllerImpl.java278 boolean hideRepliedMessages, boolean hideCurrentMedia, boolean hidePulsing) { in shouldShowNotificationIcon() argument
298 if (hidePulsing && entry.showingPulsing() in shouldShowNotificationIcon()
383 boolean hidePulsing) { in updateIconsForLayout() argument
390 hideRepliedMessages, hideCurrentMedia, hidePulsing)) { in updateIconsForLayout()