Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java258 private HashSet<Pair<ExpandableNotificationRow, Boolean>> mHeadsUpChangeAnimations field in NotificationStackScrollLayout
2435 for (Pair<ExpandableNotificationRow, Boolean> eventPair : mHeadsUpChangeAnimations) { in removeRemovedChildFromHeadsUpChangeAnimations()
2445 mHeadsUpChangeAnimations.removeAll(mTmpList); in removeRemovedChildFromHeadsUpChangeAnimations()
2694 for (Pair<ExpandableNotificationRow, Boolean> eventPair : mHeadsUpChangeAnimations) { in generateHeadsUpAnimationEvents()
2730 mHeadsUpChangeAnimations.clear(); in generateHeadsUpAnimationEvents()
3807 mHeadsUpChangeAnimations.add(new Pair<>(row, isHeadsUp)); in generateHeadsUpAnimation()