Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java177 animateOutHUN(statusBarNotification); in maybeShowHeadsUp()
205 animateOutHUN(statusBarNotification); in maybeRemoveHeadsUp()
212 animateOutHUN(statusBarNotification), earliestRemovalTime); in maybeRemoveHeadsUp()
305 () -> animateOutHUN(statusBarNotification)); in showHeadsUp()
559 currentNotification.getHandler().postDelayed(() -> animateOutHUN(statusBarNotification), in setAutoDismissViews()
573 private void animateOutHUN(StatusBarNotification statusBarNotification) { in animateOutHUN() method in CarHeadsUpNotificationManager