Searched defs:isScrollingEnabled (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java690 private boolean isScrollingEnabled() { method in class:NotificationStackScrollLayout
743 if (!mSwipingInProgress && !mOnlyScrollingInThisMotion && isScrollingEnabled()) {
776 if (!isScrollingEnabled()) {
1499 if (!mSwipingInProgress && !mOnlyScrollingInThisMotion && isScrollingEnabled()) {
1869 if (!isScrollingEnabled()) {

Completed in 673 milliseconds