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/stack/
DAmbientState.java389 return row.isAboveShelf() && !isDozingAndNotPulsing(row); in isAboveShelf()
395 public boolean isDozingAndNotPulsing(ExpandableView view) { in isDozingAndNotPulsing() method in AmbientState
397 return isDozingAndNotPulsing((ExpandableNotificationRow) view); in isDozingAndNotPulsing()
405 public boolean isDozingAndNotPulsing(ExpandableNotificationRow row) { in isDozingAndNotPulsing() method in AmbientState
DStackScrollAlgorithm.java568 && !ambientState.isDozingAndNotPulsing(child)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java442 && !mAmbientState.isDozingAndNotPulsing(row);