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.java167 private boolean mExpandingNotification; field in NotificationStackScrollLayout
753 mExpandingNotification = isExpanding; in expansionStateChanged()
823 boolean wasExpandingBefore = mExpandingNotification; in onTouchEvent()
825 if (mExpandedInThisMotion && !mExpandingNotification && wasExpandingBefore in onTouchEvent()
831 if (mIsExpanded && !mSwipingInProgress && !mExpandingNotification in onTouchEvent()
837 && !mExpandingNotification in onTouchEvent()
1571 if (!mSwipingInProgress && !mExpandingNotification) { in onInterceptTouchEvent()
1576 && !mExpandingNotification in onInterceptTouchEvent()