Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java315 private boolean mDisallowScrollingInThisMotion; field in NotificationStackScrollLayout
3520 || mDisallowScrollingInThisMotion) { in onGenericMotionEvent()
3836 mDisallowScrollingInThisMotion = false; in initDownStates()
4269 mDisallowScrollingInThisMotion = true; in updateScrollPositionOnExpandInBottom()
5639 return mDisallowScrollingInThisMotion; in getDisallowScrollingInThisMotion()