Searched refs:hasPulsingNotifications (Results 1 – 9 of 9) sorted by relevance
164 boolean hasPulsingNotifications(); in hasPulsingNotifications() method
391 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method in AmbientState
259 ? (ambientState.hasPulsingNotifications() ? 1 : 0) in initAlgorithmState()
2399 public boolean hasPulsingNotifications() {3227 boolean running = mAnimationsEnabled || hasPulsingNotifications();3240 updateAnimationState((mAnimationsEnabled || hasPulsingNotifications())
362 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method in NotificationViewHierarchyManagerTest.FakeListContainer
285 } else if (mListContainer.hasPulsingNotifications()) { in logNotificationClear()
299 if (mNotificationPanel.hasPulsingNotifications() && in maybeEndAmbientPulse()
3087 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method3088 return mNotificationStackScroller.hasPulsingNotifications(); in hasPulsingNotifications()
224 float yRatio = mAmbientState.hasPulsingNotifications() ? in updateState()