Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1994 && !mView.isExpandingNotification()) {
1999 && !mView.isExpandingNotification()
2041 boolean expandingNotification = mView.isExpandingNotification();
2050 expandingNotification = mView.isExpandingNotification();
DNotificationStackScrollLayout.java5629 boolean isExpandingNotification() { in isExpandingNotification() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java927 when(mNotificationStackScrollLayout.isExpandingNotification()).thenReturn(true); in stopExpandingNotification()
930 when(mNotificationStackScrollLayout.isExpandingNotification()).thenReturn(false); in stopExpandingNotification()