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.java493 public boolean isHiddenAtAll() { in isHiddenAtAll() method in AmbientState
DNotificationStackScrollLayout.java410 if (mAmbientState.isHiddenAtAll()) {
1400 if (mAmbientState.isHiddenAtAll()) {
4782 boolean wasHiddenAtAll = mAmbientState.isHiddenAtAll();
4785 boolean nowHiddenAtAll = mAmbientState.isHiddenAtAll();
4805 if (mKeyguardBypassController.getBypassEnabled() && mAmbientState.isHiddenAtAll()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java655 if (mAmbientState.isHiddenAtAll() && !row.isInShelf()) {