Searched defs:mExpandingNotification (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java161 private boolean mExpandingNotification; field in class:NotificationStackScrollLayout
675 mExpandingNotification = isExpanding;
747 boolean wasExpandingBefore = mExpandingNotification;
749 if (mExpandedInThisMotion && !mExpandingNotification && wasExpandingBefore
755 if (!mSwipingInProgress && !mExpandingNotification && !mDisallowScrollingInThisMotion) {
760 && !mExpandingNotification
1503 if (!mSwipingInProgress && !mExpandingNotification) {
1508 && !mExpandingNotification

Completed in 64 milliseconds