Searched refs:mHeadsUpChangeAnimations (Results 1 – 1 of 1) sorted by relevance
315 private HashSet<Pair<ExpandableNotificationRow, Boolean>> mHeadsUpChangeAnimations field in NotificationStackScrollLayout2774 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()