Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DAmbientState.java290 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method in AmbientState
DNotificationStackScrollLayout.java1944 ? (hasPulsingNotifications() ? 1 : 0) in updateContentHeight()
1954 && hasPulsingNotifications() in updateContentHeight()
2012 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method in NotificationStackScrollLayout
2842 boolean running = mAnimationsEnabled || hasPulsingNotifications(); in updateNotificationAnimationStates()
2853 updateAnimationState((mAnimationsEnabled || hasPulsingNotifications()) in updateAnimationState()
4122 mAmbientState.setHasPulsingNotifications(hasPulsingNotifications()); in setPulsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java286 if (mService.isDozing() && !mStackScrollLayout.hasPulsingNotifications()) { in onInterceptTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java168 mShelfState.alpha = mAmbientState.hasPulsingNotifications() ? 0 : 1; in updateState()