Searched refs:getVisibleNotificationCount (Results 1 – 4 of 4) sorted by relevance
638 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()
990 public int getVisibleNotificationCount() { in getVisibleNotificationCount() method in NotificationStackScrollLayoutController991 return mView.getVisibleNotificationCount(); in getVisibleNotificationCount()1186 && mView.getVisibleNotificationCount() == 0; in updateShowEmptyShadeView()
684 boolean showFooterView = (showDismissView || getVisibleNotificationCount() > 0) in updateFooter()1205 public int getVisibleNotificationCount() {1487 int visibleNotifCount = getVisibleNotificationCount();
1296 .getVisibleNotificationCount() != 0 || mMediaDataManager.hasActiveMedia(); in updateClockAppearance()1364 .getVisibleNotificationCount() != 0 || mMediaDataManager.hasActiveMedia(); in updateKeyguardStatusViewAlignment()2578 if (mNotificationStackScrollLayoutController.getVisibleNotificationCount() == 0 in setTransitionToFullShadeAmount()