Searched refs:mHeadsUpChangeAnimations (Results 1 – 1 of 1) sorted by relevance
317 private HashSet<Pair<ExpandableNotificationRow, Boolean>> mHeadsUpChangeAnimations field in NotificationStackScrollLayout2741 for (Pair<ExpandableNotificationRow, Boolean> eventPair : mHeadsUpChangeAnimations) { in removeRemovedChildFromHeadsUpChangeAnimations()2751 mHeadsUpChangeAnimations.removeAll(mTmpList); in removeRemovedChildFromHeadsUpChangeAnimations()3082 for (Pair<ExpandableNotificationRow, Boolean> eventPair : mHeadsUpChangeAnimations) { in generateHeadsUpAnimationEvents()3129 mHeadsUpChangeAnimations.clear(); in generateHeadsUpAnimationEvents()4627 mHeadsUpChangeAnimations.add(new Pair<>(row, isHeadsUp)); in generateHeadsUpAnimation()