Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java516 public boolean isDozingAndNotPulsing(ExpandableView view) { in isDozingAndNotPulsing() method in AmbientState
518 return isDozingAndNotPulsing((ExpandableNotificationRow) view); in isDozingAndNotPulsing()
526 public boolean isDozingAndNotPulsing(ExpandableNotificationRow row) { in isDozingAndNotPulsing() method in AmbientState
DStackScrollAlgorithm.java688 && !ambientState.isDozingAndNotPulsing(child) in updateChildZValue()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java504 && !mAmbientState.isDozingAndNotPulsing(view);