Searched refs:mHeadsUpChangeAnimations (Results 1 – 1 of 1) sorted by relevance
327 private final HashSet<Pair<ExpandableNotificationRow, Boolean>> mHeadsUpChangeAnimations field in NotificationStackScrollLayout2910 for (Pair<ExpandableNotificationRow, Boolean> eventPair : mHeadsUpChangeAnimations) { in removeRemovedChildFromHeadsUpChangeAnimations()2920 mHeadsUpChangeAnimations.removeAll(mTmpList); in removeRemovedChildFromHeadsUpChangeAnimations()3219 for (Pair<ExpandableNotificationRow, Boolean> eventPair : mHeadsUpChangeAnimations) { in generateHeadsUpAnimationEvents()3277 mHeadsUpChangeAnimations.clear(); in generateHeadsUpAnimationEvents()4816 if (!isHeadsUp && mHeadsUpChangeAnimations.remove(new Pair<>(row, true))) { in generateHeadsUpAnimation()4823 mHeadsUpChangeAnimations.add(new Pair<>(row, isHeadsUp)); in generateHeadsUpAnimation()