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