Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java76 private boolean mClearAllInProgress; field in AmbientState
487 mClearAllInProgress = clearAllInProgress; in setClearAllInProgress()
491 return mClearAllInProgress; in isClearAllInProgress()
764 pw.println("mClearAllInProgress=" + mClearAllInProgress); in dump()
DNotificationStackScrollLayout.java281 private boolean mClearAllInProgress; field in NotificationStackScrollLayout
4661 mClearAllInProgress = clearAllInProgress; in setClearAllInProgress()
4667 return mClearAllInProgress; in getClearAllInProgress()