Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DAmbientState.java71 private ExpandableNotificationRow mExpandingNotification; field in AmbientState
414 mExpandingNotification = row; in setExpandingNotification()
418 return mExpandingNotification; in getExpandingNotification()
DNotificationStackScrollLayout.java233 private boolean mExpandingNotification; field in NotificationStackScrollLayout
1366 mExpandingNotification = isExpanding;
1513 boolean wasExpandingBefore = mExpandingNotification;
1515 if (mExpandedInThisMotion && !mExpandingNotification && wasExpandingBefore
1521 if (mIsExpanded && !mSwipingInProgress && !mExpandingNotification
1527 && !mExpandingNotification
1561 if (!isScrollingEnabled() || !mIsExpanded || mSwipingInProgress || mExpandingNotification
2692 if (!mSwipingInProgress && !mExpandingNotification) {
2697 && !mExpandingNotification