Searched refs:hasPulsingNotifications (Results 1 – 6 of 6) sorted by relevance
160 boolean hasPulsingNotifications(); in hasPulsingNotifications() method
1930 public boolean hasPulsingNotifications() {1931 return mView.hasPulsingNotifications();
2508 public boolean hasPulsingNotifications() {3062 boolean running = mAnimationsEnabled || hasPulsingNotifications(); in updateNotificationAnimationStates()3073 updateAnimationState((mAnimationsEnabled || hasPulsingNotifications()) in updateAnimationState()
554 when(mNotificationListContainer.hasPulsingNotifications()).thenReturn(true); in keyguardStatusView_splitShade_pulsing_isNotCentered()567 when(mNotificationListContainer.hasPulsingNotifications()).thenReturn(false); in keyguardStatusView_splitShade_notPulsing_isNotCentered()583 when(mNotificationListContainer.hasPulsingNotifications()).thenReturn(false); in keyguardStatusView_singleShade_isCentered()
214 if (mNsslController.getNotificationListContainer().hasPulsingNotifications() in maybeEndAmbientPulse()
1818 if (mNotificationListContainer.hasPulsingNotifications()) { in shouldKeyguardStatusViewBeCenteredInSplitShade()