Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java635 public boolean isHiddenAtAll() { in isHiddenAtAll() method in AmbientState
H A DNotificationStackScrollLayout.java384 if (mAmbientState.isHiddenAtAll()) {
1554 if (mAmbientState.isHiddenAtAll()) {
4454 boolean wasHiddenAtAll = mAmbientState.isHiddenAtAll(); in setHideAmount()
4457 boolean nowHiddenAtAll = mAmbientState.isHiddenAtAll(); in setHideAmount()
4478 if (mKeyguardBypassEnabled && mAmbientState.isHiddenAtAll()) { in updateOwnTranslationZ()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java848 if (mAmbientState.isHiddenAtAll() && !view.isInShelf()) { in updateIconPositioning()