Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1941 && !mView.getDisallowScrollingInThisMotion()) {
1947 && !expandingNotification && !mView.getDisallowScrollingInThisMotion()) {
H A DNotificationStackScrollLayout.java5570 boolean getDisallowScrollingInThisMotion() { in getDisallowScrollingInThisMotion() method