Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java90 private boolean mShowNotificationShelf; field in NotificationShelf
108 mShowNotificationShelf = showNotificationShelf; in NotificationShelf()
150 mShowNotificationShelf = res.getBoolean(R.bool.config_showNotificationShelf); in updateResources()
160 if (!mShowNotificationShelf) { in updateResources()
194 + " showNotificationShelf=" + mShowNotificationShelf in toString()
206 if (mShowNotificationShelf && lastView != null) { in updateState()
386 if (!mShowNotificationShelf) { in updateAppearance()
475 || !mShowNotificationShelf in updateAppearance()
1029 if (!mShowNotificationShelf) { in applyToView()
1041 if (!mShowNotificationShelf) { in animateTo()