Home
last modified time | relevance | path

Searched refs:isDozingAndNotPulsing (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java613 public boolean isDozingAndNotPulsing(ExpandableView view) { in isDozingAndNotPulsing() method in AmbientState
615 return isDozingAndNotPulsing((ExpandableNotificationRow) view); in isDozingAndNotPulsing()
623 public boolean isDozingAndNotPulsing(ExpandableNotificationRow row) { in isDozingAndNotPulsing() method in AmbientState
H A DStackScrollAlgorithm.java942 && !ambientState.isDozingAndNotPulsing(child) in updateChildZValue()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java696 && !mAmbientState.isDozingAndNotPulsing(view);