Home
last modified time | relevance | path

Searched refs:setClearAllInProgress (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java645 verify(mNotificationRoundnessManager).setClearAllInProgress(true); in testClearNotifications_clearAllInProgress()
650 mStackScroller.setClearAllInProgress(true); in testOnChildAnimationFinished_resetsClearAllInProgress()
655 verify(mNotificationRoundnessManager).setClearAllInProgress(false); in testOnChildAnimationFinished_resetsClearAllInProgress()
660 mStackScroller.setClearAllInProgress(true); in testShadeCollapsed_resetsClearAllInProgress()
665 verify(mNotificationRoundnessManager).setClearAllInProgress(false); in testShadeCollapsed_resetsClearAllInProgress()
670 mStackScroller.setClearAllInProgress(true); in testShadeExpanded_doesntChangeClearAllInProgress()
676 verify(mNotificationRoundnessManager, never()).setClearAllInProgress(anyBoolean()); in testShadeExpanded_doesntChangeClearAllInProgress()
820 mAmbientState.setClearAllInProgress(true); in testSetOwnScrollY_clearAllInProgress_scrollYDoesNotChange()
829 mAmbientState.setClearAllInProgress(false); in testSetOwnScrollY_clearAllInProgress_scrollYDoesNotChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java107 void setClearAllInProgress(boolean isClearingAll) { in setClearAllInProgress() method in NotificationRoundnessManager
DAmbientState.java486 public void setClearAllInProgress(boolean clearAllInProgress) { in setClearAllInProgress() method in AmbientState
DNotificationStackScrollLayout.java4298 setClearAllInProgress(false); in finalizeClearAllAnimation()
4660 public void setClearAllInProgress(boolean clearAllInProgress) { in setClearAllInProgress() method
4662 mAmbientState.setClearAllInProgress(clearAllInProgress); in setClearAllInProgress()
4663 mController.getNotificationRoundnessManager().setClearAllInProgress(clearAllInProgress); in setClearAllInProgress()
5401 setClearAllInProgress(true); in clearNotifications()