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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java147 private boolean mExpandingNotification; field in class:NotificationStackScrollLayout
624 mExpandingNotification = isExpanding;
695 boolean wasExpandingBefore = mExpandingNotification;
697 if (mExpandedInThisMotion && !mExpandingNotification && wasExpandingBefore
703 if (!mSwipingInProgress && !mExpandingNotification && !mDisallowScrollingInThisMotion) {
708 && !mExpandingNotification
1438 if (!mSwipingInProgress && !mExpandingNotification) {
1443 && !mExpandingNotification

Completed in 10 milliseconds