Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java494 public boolean isHiddenAtAll() { in isHiddenAtAll() method in AmbientState
DNotificationStackScrollLayout.java440 if (mAmbientState.isHiddenAtAll()) {
1483 if (mAmbientState.isHiddenAtAll()) {
4956 boolean wasHiddenAtAll = mAmbientState.isHiddenAtAll();
4959 boolean nowHiddenAtAll = mAmbientState.isHiddenAtAll();
4979 if (mKeyguardBypassController.getBypassEnabled() && mAmbientState.isHiddenAtAll()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java705 if (mAmbientState.isHiddenAtAll() && !view.isInShelf()) {