Searched defs:hasPulsingNotifications (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DAmbientState.java296 public boolean hasPulsingNotifications() { method in class:AmbientState
H A DNotificationStackScrollLayout.java1973 ? (hasPulsingNotifications() ? 1 : 0)
1983 && hasPulsingNotifications()
2037 public boolean hasPulsingNotifications() { method in class:NotificationStackScrollLayout
2865 boolean running = mAnimationsEnabled || hasPulsingNotifications();
2876 updateAnimationState((mAnimationsEnabled || hasPulsingNotifications())

Completed in 70 milliseconds