Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListContainer.java167 boolean hasPulsingNotifications(); in hasPulsingNotifications() method
DAmbientState.java395 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method in AmbientState
DStackScrollAlgorithm.java246 ? (ambientState.hasPulsingNotifications() ? 1 : 0) in initAlgorithmState()
DNotificationStackScrollLayout.java2557 public boolean hasPulsingNotifications() {
3418 boolean running = mAnimationsEnabled || hasPulsingNotifications();
3430 updateAnimationState((mAnimationsEnabled || hasPulsingNotifications())
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java383 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method in NotificationViewHierarchyManagerTest.FakeListContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java311 } else if (mListContainer.hasPulsingNotifications()) { in logNotificationClear()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java291 if (mNotificationPanel.hasPulsingNotifications() && in maybeEndAmbientPulse()
DStatusBarNotificationActivityStarter.java607 } else if (mNotificationPanel.hasPulsingNotifications()) { in createRemoveRunnable()
DNotificationPanelViewController.java3026 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method
3027 return mNotificationStackScroller.hasPulsingNotifications(); in hasPulsingNotifications()