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.java79 private ExpandableNotificationRow mExpandingNotification; field in AmbientState
475 mExpandingNotification = row; in setExpandingNotification()
479 return mExpandingNotification; in getExpandingNotification()
DNotificationStackScrollLayout.java299 private boolean mExpandingNotification; field in NotificationStackScrollLayout
3844 boolean wasExpandingBefore = mExpandingNotification;
3846 if (mExpandedInThisMotion && !mExpandingNotification && wasExpandingBefore
3852 if (mIsExpanded && !swipingInProgress && !mExpandingNotification
3858 && !mExpandingNotification
3893 if (!isScrollingEnabled() || !mIsExpanded || mSwipingInProgress || mExpandingNotification
4149 if (!swipingInProgress && !mExpandingNotification) {
4154 && !mExpandingNotification
6854 mExpandingNotification = isExpanding;