Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java315 private HashSet<Pair<ExpandableNotificationRow, Boolean>> mHeadsUpChangeAnimations field in NotificationStackScrollLayout
2774 for (Pair<ExpandableNotificationRow, Boolean> eventPair : mHeadsUpChangeAnimations) { in removeRemovedChildFromHeadsUpChangeAnimations()
2784 mHeadsUpChangeAnimations.removeAll(mTmpList); in removeRemovedChildFromHeadsUpChangeAnimations()
3114 for (Pair<ExpandableNotificationRow, Boolean> eventPair : mHeadsUpChangeAnimations) { in generateHeadsUpAnimationEvents()
3168 mHeadsUpChangeAnimations.clear(); in generateHeadsUpAnimationEvents()
4700 if (!isHeadsUp && mHeadsUpChangeAnimations.remove(new Pair<>(row, true))) { in generateHeadsUpAnimation()
4706 mHeadsUpChangeAnimations.add(new Pair<>(row, isHeadsUp)); in generateHeadsUpAnimation()