Searched refs:setClearAllInProgress (Results 1 – 4 of 4) sorted by relevance
645 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()
107 void setClearAllInProgress(boolean isClearingAll) { in setClearAllInProgress() method in NotificationRoundnessManager
486 public void setClearAllInProgress(boolean clearAllInProgress) { in setClearAllInProgress() method in AmbientState
4298 setClearAllInProgress(false); in finalizeClearAllAnimation()4660 public void setClearAllInProgress(boolean clearAllInProgress) { in setClearAllInProgress() method4662 mAmbientState.setClearAllInProgress(clearAllInProgress); in setClearAllInProgress()4663 mController.getNotificationRoundnessManager().setClearAllInProgress(clearAllInProgress); in setClearAllInProgress()5401 setClearAllInProgress(true); in clearNotifications()