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/notification/stack/
DAmbientState.java81 private ExpandableNotificationRow mExpandingNotification; field in AmbientState
472 mExpandingNotification = row; in setExpandingNotification()
476 return mExpandingNotification; in getExpandingNotification()
DNotificationStackScrollLayout.java278 private boolean mExpandingNotification; field in NotificationStackScrollLayout
3637 boolean wasExpandingBefore = mExpandingNotification;
3639 if (mExpandedInThisMotion && !mExpandingNotification && wasExpandingBefore
3645 if (mIsExpanded && !swipingInProgress && !mExpandingNotification
3651 && !mExpandingNotification
3687 if (!isScrollingEnabled() || !mIsExpanded || mSwipingInProgress || mExpandingNotification
3933 if (!swipingInProgress && !mExpandingNotification) {
3938 && !mExpandingNotification
6520 mExpandingNotification = isExpanding;