Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1883 && !mView.isExpandingNotification()) {
1888 && !mView.isExpandingNotification()
1930 boolean expandingNotification = mView.isExpandingNotification();
1939 expandingNotification = mView.isExpandingNotification();
H A DNotificationStackScrollLayout.java5566 boolean isExpandingNotification() { in isExpandingNotification() method