Searched refs:getVisibleNotificationCount (Results 1 – 6 of 6) sorted by relevance
501 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in testKeyguardStatusViewInSplitShade_changesConstraintsDependingOnNotifications()507 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(0); in testKeyguardStatusViewInSplitShade_changesConstraintsDependingOnNotifications()516 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_splitShade_dozing_alwaysDozingOn_isCentered()528 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_splitShade_dozing_alwaysDozingOff_isNotCentered()540 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_splitShade_notDozing_alwaysDozingOn_isNotCentered()552 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_splitShade_pulsing_isNotCentered()565 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_splitShade_notPulsing_isNotCentered()581 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_singleShade_isCentered()592 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_willPlayDelayedDoze_isCentered_thenNot()607 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_willPlayDelayedDoze_notifiesKeyguardMediaController()[all …]
454 when(mStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(1); in testUpdateFooter_remoteInput()470 when(mStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(0); in testUpdateFooter_withoutNotifications()486 when(mStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(1); in testUpdateFooter_oneClearableNotification()503 when(mStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(1); in testUpdateFooter_withoutHistory()519 when(mStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(1); in testUpdateFooter_oneClearableNotification_beforeUserSetup()535 when(mStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(1); in testUpdateFooter_oneNonClearableNotification()
1128 public int getVisibleNotificationCount() { in getVisibleNotificationCount() method in NotificationStackScrollLayoutController1428 final boolean shouldShow = getVisibleNotificationCount() == 0 in updateShowEmptyShadeView()1452 if (getVisibleNotificationCount() == 0 && mView.onKeyguard()) { in updateImportantForAccessibility()
766 return (showDismissView || mController.getVisibleNotificationCount() > 0) in shouldShowFooterView()1744 int visibleNotifCount = mController.getVisibleNotificationCount();5242 + mController.getVisibleNotificationCount()); in dumpFooterViewVisibility()
2244 : mNotificationStackScrollLayoutController.getVisibleNotificationCount() in setTransitionToFullShadeAmount()
1857 .getVisibleNotificationCount() != 0 in hasVisibleNotifications()