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.java455 public boolean isDozingAndNotPulsing(ExpandableView view) { in isDozingAndNotPulsing() method in AmbientState
457 return isDozingAndNotPulsing((ExpandableNotificationRow) view); in isDozingAndNotPulsing()
465 public boolean isDozingAndNotPulsing(ExpandableNotificationRow row) { in isDozingAndNotPulsing() method in AmbientState
DStackScrollAlgorithm.java657 && !ambientState.isDozingAndNotPulsing(child)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java496 && !mAmbientState.isDozingAndNotPulsing(row);