Home
last modified time | relevance | path

Searched refs:setDismissAllInProgress (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DAmbientState.java254 public void setDismissAllInProgress(boolean dismissAllInProgress) { in setDismissAllInProgress() method in AmbientState
DNotificationStackScrollLayout.java4119 public void setDismissAllInProgress(boolean dismissAllInProgress) {
4121 mAmbientState.setDismissAllInProgress(dismissAllInProgress);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1261 mStackScroller.setDismissAllInProgress(false); in clearAllNotifications()
1290 mStackScroller.setDismissAllInProgress(true); in performDismissAllAnimations()