Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java501 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 …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java454 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1128 public int getVisibleNotificationCount() { in getVisibleNotificationCount() method in NotificationStackScrollLayoutController
1428 final boolean shouldShow = getVisibleNotificationCount() == 0 in updateShowEmptyShadeView()
1452 if (getVisibleNotificationCount() == 0 && mView.onKeyguard()) { in updateImportantForAccessibility()
DNotificationStackScrollLayout.java766 return (showDismissView || mController.getVisibleNotificationCount() > 0) in shouldShowFooterView()
1744 int visibleNotifCount = mController.getVisibleNotificationCount();
5242 + mController.getVisibleNotificationCount()); in dumpFooterViewVisibility()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java2244 : mNotificationStackScrollLayoutController.getVisibleNotificationCount() in setTransitionToFullShadeAmount()
DNotificationPanelViewController.java1857 .getVisibleNotificationCount() != 0 in hasVisibleNotifications()