Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1889 && !mView.getExpandedInThisMotion()
1940 if (mView.getExpandedInThisMotion() && !expandingNotification && wasExpandingBefore
1953 && !mView.getExpandedInThisMotion()
H A DNotificationStackScrollLayout.java5578 boolean getExpandedInThisMotion() { in getExpandedInThisMotion() method