Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java217 private View mExpandedGroupView; field in NotificationStackScrollLayout
2743 if (mExpandedGroupView != null) { in generateGroupExpansionEvent()
2744 mAnimationEvents.add(new AnimationEvent(mExpandedGroupView, in generateGroupExpansionEvent()
2746 mExpandedGroupView = null; in generateGroupExpansionEvent()
3700 mExpandedGroupView = changedRow; in onGroupExpansionChanged()