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.java538 public boolean isHiddenAtAll() { in isHiddenAtAll() method in AmbientState
DNotificationStackScrollLayout.java380 if (mAmbientState.isHiddenAtAll()) {
1390 if (mAmbientState.isHiddenAtAll()) {
4296 boolean wasHiddenAtAll = mAmbientState.isHiddenAtAll(); in setHideAmount()
4299 boolean nowHiddenAtAll = mAmbientState.isHiddenAtAll(); in setHideAmount()
4319 if (mKeyguardBypassEnabledProvider.getBypassEnabled() && mAmbientState.isHiddenAtAll()) { in updateOwnTranslationZ()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java635 if (mAmbientState.isHiddenAtAll() && !view.isInShelf()) {