Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java638 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in testKeyguardStatusViewInSplitShade_changesConstraintsDependingOnNotifications()
643 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(0); in testKeyguardStatusViewInSplitShade_changesConstraintsDependingOnNotifications()
799 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(0); in testSwitchesToCorrectClockInSinglePaneShade()
803 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(1); in testSwitchesToCorrectClockInSinglePaneShade()
813 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(0); in testSwitchesToCorrectClockInSplitShade()
817 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(1); in testSwitchesToCorrectClockInSplitShade()
828 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in testSwitchesToBigClockInSplitShadeOnAod()
842 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(1); in testDisplaysSmallClockOnLockscreenInSplitShadeWhenMediaIsPlaying()
847 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(0); in testDisplaysSmallClockOnLockscreenInSplitShadeWhenMediaIsPlaying()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java990 public int getVisibleNotificationCount() { in getVisibleNotificationCount() method in NotificationStackScrollLayoutController
991 return mView.getVisibleNotificationCount(); in getVisibleNotificationCount()
1186 && mView.getVisibleNotificationCount() == 0; in updateShowEmptyShadeView()
H A DNotificationStackScrollLayout.java684 boolean showFooterView = (showDismissView || getVisibleNotificationCount() > 0) in updateFooter()
1205 public int getVisibleNotificationCount() {
1487 int visibleNotifCount = getVisibleNotificationCount();
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java1296 .getVisibleNotificationCount() != 0 || mMediaDataManager.hasActiveMedia(); in updateClockAppearance()
1364 .getVisibleNotificationCount() != 0 || mMediaDataManager.hasActiveMedia(); in updateKeyguardStatusViewAlignment()
2578 if (mNotificationStackScrollLayoutController.getVisibleNotificationCount() == 0 in setTransitionToFullShadeAmount()