Home
last modified time | relevance | path

Searched refs:clearAllInProgress (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java486 public void setClearAllInProgress(boolean clearAllInProgress) { in setClearAllInProgress() argument
487 mClearAllInProgress = clearAllInProgress; in setClearAllInProgress()
DNotificationStackScrollLayout.java4660 public void setClearAllInProgress(boolean clearAllInProgress) { in setClearAllInProgress() argument
4661 mClearAllInProgress = clearAllInProgress; in setClearAllInProgress()
4662 mAmbientState.setClearAllInProgress(clearAllInProgress); in setClearAllInProgress()
4663 mController.getNotificationRoundnessManager().setClearAllInProgress(clearAllInProgress); in setClearAllInProgress()