Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java421 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 …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java484 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1020 public int getVisibleNotificationCount() { in getVisibleNotificationCount() method in NotificationStackScrollLayoutController
1259 final boolean shouldShow = getVisibleNotificationCount() == 0 in updateShowEmptyShadeView()
1300 if (getVisibleNotificationCount() == 0 && mView.onKeyguard()) { in updateImportantForAccessibility()
H A DNotificationStackScrollLayout.java757 return (showDismissView || mController.getVisibleNotificationCount() > 0) in shouldShowFooterView()
1617 int visibleNotifCount = mController.getVisibleNotificationCount();
5177 + mController.getVisibleNotificationCount()); in dumpFooterViewVisibility()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java2223 if (mNotificationStackScrollLayoutController.getVisibleNotificationCount() == 0 in setTransitionToFullShadeAmount()
H A DNotificationPanelViewController.java1760 .getVisibleNotificationCount() != 0 in hasVisibleNotifications()