Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListContainer.java173 boolean hasPulsingNotifications(); in hasPulsingNotifications() method
DAmbientState.java458 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method in AmbientState
DNotificationStackScrollLayoutController.java1594 public boolean hasPulsingNotifications() {
1595 return mView.hasPulsingNotifications();
DNotificationStackScrollLayout.java2251 public boolean hasPulsingNotifications() {
2934 boolean running = mAnimationsEnabled || hasPulsingNotifications(); in updateNotificationAnimationStates()
2946 updateAnimationState((mAnimationsEnabled || hasPulsingNotifications()) in updateAnimationState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java355 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method in NotificationViewHierarchyManagerTest.FakeListContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java285 if (mNotificationPanel.hasPulsingNotifications() && in maybeEndAmbientPulse()
DNotificationPanelViewController.java3791 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method
3793 .getNotificationListContainer().hasPulsingNotifications(); in hasPulsingNotifications()