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.java224 private View mExpandedGroupView; field in NotificationStackScrollLayout
2999 if (mExpandedGroupView != null) { in generateGroupExpansionEvent()
3000 mAnimationEvents.add(new AnimationEvent(mExpandedGroupView, in generateGroupExpansionEvent()
3002 mExpandedGroupView = null; in generateGroupExpansionEvent()
3944 mExpandedGroupView = changedRow; in onGroupExpansionChanged()