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.java80 private ExpandableNotificationRow mExpandingNotification; field in AmbientState
474 mExpandingNotification = row; in setExpandingNotification()
478 return mExpandingNotification; in getExpandingNotification()
DNotificationStackScrollLayout.java276 private boolean mExpandingNotification; field in NotificationStackScrollLayout
3676 boolean wasExpandingBefore = mExpandingNotification;
3678 if (mExpandedInThisMotion && !mExpandingNotification && wasExpandingBefore
3684 if (mIsExpanded && !swipingInProgress && !mExpandingNotification
3690 && !mExpandingNotification
3726 if (!isScrollingEnabled() || !mIsExpanded || mSwipingInProgress || mExpandingNotification
3979 if (!swipingInProgress && !mExpandingNotification) {
3984 && !mExpandingNotification
6560 mExpandingNotification = isExpanding;