Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java679 when(mNotificationStackScrollLayout.getClearAllInProgress()).thenReturn(true); in callSwipeCallbacksDuringClearAll()
694 when(mNotificationStackScrollLayout.getClearAllInProgress()).thenReturn(false); in callSwipeCallbacksDuringClearNotification()
DNotificationStackScrollLayoutTest.java1181 assertEquals(expected, mStackScroller.getClearAllInProgress()); in assertClearAllInProgress()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java567 if (mView.getClearAllInProgress()) {
DNotificationStackScrollLayout.java4666 boolean getClearAllInProgress() { in getClearAllInProgress() method