Searched refs:getVisibleNotificationCount (Results 1 – 6 of 6) sorted by relevance
421 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in testKeyguardStatusViewInSplitShade_changesConstraintsDependingOnNotifications()426 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(0); in testKeyguardStatusViewInSplitShade_changesConstraintsDependingOnNotifications()434 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_splitShade_dozing_alwaysDozingOn_isCentered()445 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_splitShade_dozing_alwaysDozingOff_isNotCentered()456 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_splitShade_notDozing_alwaysDozingOn_isNotCentered()467 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_splitShade_pulsing_isNotCentered()479 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_splitShade_notPulsing_isNotCentered()494 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_singleShade_isCentered()504 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_willPlayDelayedDoze_isCentered_thenNot()518 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_willPlayDelayedDoze_notifiesKeyguardMediaController()[all …]
484 when(mStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(1); in testUpdateFooter_remoteInput()499 when(mStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(0); in testUpdateFooter_withoutNotifications()514 when(mStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(1); in testUpdateFooter_oneClearableNotification()530 when(mStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(1); in testUpdateFooter_withoutHistory()545 when(mStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(1); in testUpdateFooter_oneClearableNotification_beforeUserSetup()560 when(mStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(1); in testUpdateFooter_oneNonClearableNotification()
1020 public int getVisibleNotificationCount() { in getVisibleNotificationCount() method in NotificationStackScrollLayoutController1259 final boolean shouldShow = getVisibleNotificationCount() == 0 in updateShowEmptyShadeView()1300 if (getVisibleNotificationCount() == 0 && mView.onKeyguard()) { in updateImportantForAccessibility()
757 return (showDismissView || mController.getVisibleNotificationCount() > 0) in shouldShowFooterView()1617 int visibleNotifCount = mController.getVisibleNotificationCount();5177 + mController.getVisibleNotificationCount()); in dumpFooterViewVisibility()
2223 if (mNotificationStackScrollLayoutController.getVisibleNotificationCount() == 0 in setTransitionToFullShadeAmount()
1760 .getVisibleNotificationCount() != 0 in hasVisibleNotifications()