Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java93 private boolean mShowNotificationShelf; field in NotificationShelf
115 mShowNotificationShelf = showNotificationShelf; in NotificationShelf()
167 mShowNotificationShelf = res.getBoolean(R.bool.config_showNotificationShelf); in updateResources()
173 if (!mShowNotificationShelf) { in updateResources()
206 + " showNotificationShelf=" + mShowNotificationShelf in toString()
217 if (mShowNotificationShelf && lastView != null) { in updateState()
377 if (!mShowNotificationShelf) { in updateAppearance()
480 || !mShowNotificationShelf in updateAppearance()
1075 if (!mShowNotificationShelf) { in applyToView()
1087 if (!mShowNotificationShelf) { in animateTo()