Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java195 private boolean mExpandingNotification; field in NotificationStackScrollLayout
1061 mExpandingNotification = isExpanding; in expansionStateChanged()
1225 boolean wasExpandingBefore = mExpandingNotification; in onTouchEvent()
1227 if (mExpandedInThisMotion && !mExpandingNotification && wasExpandingBefore in onTouchEvent()
1233 if (mIsExpanded && !mSwipingInProgress && !mExpandingNotification in onTouchEvent()
1239 && !mExpandingNotification in onTouchEvent()
2275 if (!mSwipingInProgress && !mExpandingNotification) { in onInterceptTouchEvent()
2280 && !mExpandingNotification in onInterceptTouchEvent()