Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListContainer.java160 boolean hasPulsingNotifications(); in hasPulsingNotifications() method
DNotificationStackScrollLayoutController.java1930 public boolean hasPulsingNotifications() {
1931 return mView.hasPulsingNotifications();
DNotificationStackScrollLayout.java2508 public boolean hasPulsingNotifications() {
3062 boolean running = mAnimationsEnabled || hasPulsingNotifications(); in updateNotificationAnimationStates()
3073 updateAnimationState((mAnimationsEnabled || hasPulsingNotifications()) in updateAnimationState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java554 when(mNotificationListContainer.hasPulsingNotifications()).thenReturn(true); in keyguardStatusView_splitShade_pulsing_isNotCentered()
567 when(mNotificationListContainer.hasPulsingNotifications()).thenReturn(false); in keyguardStatusView_splitShade_notPulsing_isNotCentered()
583 when(mNotificationListContainer.hasPulsingNotifications()).thenReturn(false); in keyguardStatusView_singleShade_isCentered()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java214 if (mNsslController.getNotificationListContainer().hasPulsingNotifications() in maybeEndAmbientPulse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1818 if (mNotificationListContainer.hasPulsingNotifications()) { in shouldKeyguardStatusViewBeCenteredInSplitShade()