Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java4752 if (v instanceof ExpandableNotificationRow && !mController.isShowingEmptyShadeView()) { in removeContainerView()
4764 if (v instanceof ExpandableNotificationRow && mController.isShowingEmptyShadeView()) { in addContainerView()
4777 if (v instanceof ExpandableNotificationRow && mController.isShowingEmptyShadeView()) { in addContainerViewAt()
H A DNotificationStackScrollLayoutController.java1317 public boolean isShowingEmptyShadeView() { in isShowingEmptyShadeView() method in NotificationStackScrollLayoutController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java1416 && mNotificationStackScrollLayoutController.isShowingEmptyShadeView()) { in calculatePanelHeightExpanded()