Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java2052 && !mView.getDisallowScrollingInThisMotion()) {
2075 && !expandingNotification && !mView.getDisallowScrollingInThisMotion()) {
DNotificationStackScrollLayout.java5638 boolean getDisallowScrollingInThisMotion() { in getDisallowScrollingInThisMotion() method