Home
last modified time | relevance | path

Searched refs:setPulsing (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DVisualStabilityCoordinatorTest.java151 setPulsing(false); in testScreenOff_groupAndSectionChangesAllowed()
167 setPulsing(false); in testScreenTurningOff_groupAndSectionChangesNotAllowed()
183 setPulsing(false); in testScreenTurningOn_groupAndSectionChangesNotAllowed()
199 setPulsing(false); in testPanelNotExpanded_groupAndSectionChangesAllowed()
215 setPulsing(false); in testPanelExpanded_groupAndSectionChangesNotAllowed()
230 setPulsing(true); in testPulsing_screenOff_groupAndSectionChangesNotAllowed()
246 setPulsing(true); in testPulsing_panelNotExpanded_groupAndSectionChangesNotAllowed()
263 setPulsing(true); in testOverrideReorderingSuppression_onlySectionChangesAllowed()
286 setPulsing(false); in testTemporarilyAllowSectionChanges_callsInvalidate()
301 setPulsing(false); in testTemporarilyAllowSectionChanges_noInvalidationCalled()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java250 setPulsing(true); in pulseWhileDozing()
259 setPulsing(false); in pulseWhileDozing()
262 private void setPulsing(boolean pulsing) { in pulseWhileDozing()
263 mStatusBarKeyguardViewManager.setPulsing(pulsing); in pulseWhileDozing()
264 mNotificationPanel.setPulsing(pulsing); in pulseWhileDozing()
265 mStatusBarStateController.setPulsing(pulsing); in pulseWhileDozing()
271 mPulseExpansionHandler.setPulsing(pulsing); in pulseWhileDozing()
272 mNotificationWakeUpCoordinator.setPulsing(pulsing); in pulseWhileDozing()
DStatusBarKeyguardViewManager.java826 public void setPulsing(boolean pulsing) { in setPulsing() method in StatusBarKeyguardViewManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSysuiStatusBarStateController.java162 void setPulsing(boolean visibility); in setPulsing() method
DPulseExpansionHandler.kt350 fun setPulsing(pulsing: Boolean) { in <lambda>() method
DStatusBarStateControllerImpl.java564 public void setPulsing(boolean pulsing) { in setPulsing() method in StatusBarStateControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java255 mNotificationPanelViewController.setPulsing(true); in test_pulsing_onTouchEvent_noTracking()
272 mNotificationPanelViewController.setPulsing(false); in test_onTouchEvent_startTracking()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java566 public void setPulsing(boolean hasPulsing) { in setPulsing() method in AmbientState
DNotificationSwipeHelper.java530 public void setPulsing(boolean pulsing) { in setPulsing() method in NotificationSwipeHelper
DNotificationStackScrollLayoutController.java1299 public void setPulsing(boolean pulsing, boolean animatePulse) { in setPulsing() method in NotificationStackScrollLayoutController
1300 mView.setPulsing(pulsing, animatePulse); in setPulsing()
DNotificationStackScrollLayout.java5034 public void setPulsing(boolean pulsing, boolean animated) { in setPulsing() method
5039 mAmbientState.setPulsing(pulsing); in setPulsing()
5040 mSwipeHelper.setPulsing(pulsing); in setPulsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java3011 public void setPulsing(boolean pulsing) { in setPulsing() method
3024 mNotificationStackScrollLayoutController.setPulsing(pulsing, animatePulse); in setPulsing()