Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java296 private boolean mDisallowScrollingInThisMotion; field in NotificationStackScrollLayout
3409 || mDisallowScrollingInThisMotion) { in onGenericMotionEvent()
3676 mDisallowScrollingInThisMotion = false; in initDownStates()
4074 mDisallowScrollingInThisMotion = true; in updateScrollPositionOnExpandInBottom()
5389 return mDisallowScrollingInThisMotion; in getDisallowScrollingInThisMotion()