Searched refs:isDozingAndNotPulsing (Results 1 – 3 of 3) sorted by relevance
389 return row.isAboveShelf() && !isDozingAndNotPulsing(row); in isAboveShelf()395 public boolean isDozingAndNotPulsing(ExpandableView view) { in isDozingAndNotPulsing() method in AmbientState397 return isDozingAndNotPulsing((ExpandableNotificationRow) view); in isDozingAndNotPulsing()405 public boolean isDozingAndNotPulsing(ExpandableNotificationRow row) { in isDozingAndNotPulsing() method in AmbientState
568 && !ambientState.isDozingAndNotPulsing(child)
442 && !mAmbientState.isDozingAndNotPulsing(row);