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/
DNotificationListContainer.java183 boolean hasPulsingNotifications(); in hasPulsingNotifications() method
DNotificationShelf.java197 float yRatio = mAmbientState.hasPulsingNotifications() ? in updateState()
206 mShelfState.alpha = mAmbientState.hasPulsingNotifications() ? 0 : 1; in updateState()
DNotificationEntryManager.java403 } else if (mListContainer.hasPulsingNotifications()) { in performRemoveNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DAmbientState.java328 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method in AmbientState
DNotificationStackScrollLayout.java540 if (mAmbientState.hasPulsingNotifications()) { in drawBackground()
2160 ? (hasPulsingNotifications() ? 1 : 0)
2171 && hasPulsingNotifications()
2227 public boolean hasPulsingNotifications() {
3064 boolean running = mAnimationsEnabled || hasPulsingNotifications();
3075 updateAnimationState((mAnimationsEnabled || hasPulsingNotifications())
DStackScrollAlgorithm.java263 ? (ambientState.hasPulsingNotifications() ? 1 : 0) in initAlgorithmState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java271 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method in NotificationViewHierarchyManagerTest.FakeListContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java299 if (mService.isDozing() && !mStackScrollLayout.hasPulsingNotifications()) { in onInterceptTouchEvent()
DStatusBar.java1382 if (mStackScroller.hasPulsingNotifications() && in onPerformRemoveNotification()