Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java683 public void setHeadsUpAnimatingAway(boolean animatingAway) { in setHeadsUpAnimatingAway() argument
684 if (row != null) row.setHeadsUpAnimatingAway(animatingAway); in setHeadsUpAnimatingAway()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1830 row.setHeadsUpAnimatingAwayListener(animatingAway -> {