Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1777 && !mView.getExpandedInThisMotion()
1828 if (mView.getExpandedInThisMotion() && !expandingNotification && wasExpandingBefore
1841 && !mView.getExpandedInThisMotion()
H A DNotificationStackScrollLayout.java5396 boolean getExpandedInThisMotion() { in getExpandedInThisMotion() method