Searched refs:getClearAllInProgress (Results 1 – 4 of 4) sorted by relevance
679 when(mNotificationStackScrollLayout.getClearAllInProgress()).thenReturn(true); in callSwipeCallbacksDuringClearAll()694 when(mNotificationStackScrollLayout.getClearAllInProgress()).thenReturn(false); in callSwipeCallbacksDuringClearNotification()
1181 assertEquals(expected, mStackScroller.getClearAllInProgress()); in assertClearAllInProgress()
567 if (mView.getClearAllInProgress()) {
4666 boolean getClearAllInProgress() { in getClearAllInProgress() method