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