Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java490 public boolean isDarkAtAll() { in isDarkAtAll() method in AmbientState
DNotificationStackScrollLayout.java412 if (mAmbientState.isDarkAtAll()) {
1362 } else if (mAmbientState.isDarkAtAll()) {
4780 boolean wasDarkAtAll = mAmbientState.isDarkAtAll();
4783 boolean nowDarkAtAll = mAmbientState.isDarkAtAll();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java669 if (mAmbientState.isDarkAtAll() && !row.isInShelf()) {