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.java164 boolean hasPulsingNotifications(); in hasPulsingNotifications() method
DAmbientState.java391 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method in AmbientState
DStackScrollAlgorithm.java259 ? (ambientState.hasPulsingNotifications() ? 1 : 0) in initAlgorithmState()
DNotificationStackScrollLayout.java2399 public boolean hasPulsingNotifications() {
3227 boolean running = mAnimationsEnabled || hasPulsingNotifications();
3240 updateAnimationState((mAnimationsEnabled || hasPulsingNotifications())
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java362 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method in NotificationViewHierarchyManagerTest.FakeListContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java285 } else if (mListContainer.hasPulsingNotifications()) { in logNotificationClear()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java299 if (mNotificationPanel.hasPulsingNotifications() && in maybeEndAmbientPulse()
DNotificationPanelView.java3087 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method
3088 return mNotificationStackScroller.hasPulsingNotifications(); in hasPulsingNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java224 float yRatio = mAmbientState.hasPulsingNotifications() ? in updateState()