Searched refs:hasPulsingNotifications (Results 1 – 9 of 9) sorted by relevance
183 boolean hasPulsingNotifications(); in hasPulsingNotifications() method
197 float yRatio = mAmbientState.hasPulsingNotifications() ? in updateState()206 mShelfState.alpha = mAmbientState.hasPulsingNotifications() ? 0 : 1; in updateState()
403 } else if (mListContainer.hasPulsingNotifications()) { in performRemoveNotification()
328 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method in AmbientState
540 if (mAmbientState.hasPulsingNotifications()) { in drawBackground()2160 ? (hasPulsingNotifications() ? 1 : 0)2171 && hasPulsingNotifications()2227 public boolean hasPulsingNotifications() {3064 boolean running = mAnimationsEnabled || hasPulsingNotifications();3075 updateAnimationState((mAnimationsEnabled || hasPulsingNotifications())
263 ? (ambientState.hasPulsingNotifications() ? 1 : 0) in initAlgorithmState()
271 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method in NotificationViewHierarchyManagerTest.FakeListContainer
299 if (mService.isDozing() && !mStackScrollLayout.hasPulsingNotifications()) { in onInterceptTouchEvent()
1382 if (mStackScroller.hasPulsingNotifications() && in onPerformRemoveNotification()