Home
last modified time | relevance | path

Searched defs:showingPulsing (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java675 public boolean showingPulsing() { in showingPulsing() method in NotificationEntry
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java620 public boolean showingPulsing() { in showingPulsing() method in ExpandableView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java821 boolean showingPulsing, boolean isOnKeyguard, boolean headsUpOnKeyguard) { in shouldHunBeVisibleWhenScrolled()