Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java529 public boolean isHiddenAtAll() { in isHiddenAtAll() method in AmbientState
H A DNotificationStackScrollLayout.java378 if (mAmbientState.isHiddenAtAll()) {
1419 if (mAmbientState.isHiddenAtAll()) {
4348 boolean wasHiddenAtAll = mAmbientState.isHiddenAtAll(); in setHideAmount()
4351 boolean nowHiddenAtAll = mAmbientState.isHiddenAtAll(); in setHideAmount()
4371 if (mKeyguardBypassEnabled && mAmbientState.isHiddenAtAll()) { in updateOwnTranslationZ()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java635 if (mAmbientState.isHiddenAtAll() && !view.isInShelf()) {