Searched refs:hasPulsingNotifications (Results 1 – 4 of 4) sorted by relevance
290 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method in AmbientState
1944 ? (hasPulsingNotifications() ? 1 : 0) in updateContentHeight()1954 && hasPulsingNotifications() in updateContentHeight()2012 public boolean hasPulsingNotifications() { in hasPulsingNotifications() method in NotificationStackScrollLayout2842 boolean running = mAnimationsEnabled || hasPulsingNotifications(); in updateNotificationAnimationStates()2853 updateAnimationState((mAnimationsEnabled || hasPulsingNotifications()) in updateAnimationState()4122 mAmbientState.setHasPulsingNotifications(hasPulsingNotifications()); in setPulsing()
286 if (mService.isDozing() && !mStackScrollLayout.hasPulsingNotifications()) { in onInterceptTouchEvent()
168 mShelfState.alpha = mAmbientState.hasPulsingNotifications() ? 0 : 1; in updateState()