Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java577 HeadsUpEntry currentHeadsUpNotification = mActiveHeadsUpNotifications.get( in animateOutHUN() local
580 if (currentHeadsUpNotification == null) { in animateOutHUN()
583 currentHeadsUpNotification.getHandler().removeCallbacksAndMessages(null); in animateOutHUN()
584 currentHeadsUpNotification.getClickHandlerFactory().setHeadsUpNotificationCallBack(null); in animateOutHUN()
592 currentHeadsUpNotification.getNotificationView(), "y", in animateOutHUN()
593 -1 * currentHeadsUpNotification.getNotificationView().getHeight()); in animateOutHUN()
598 currentHeadsUpNotification.getNotificationView(), "alpha", 1f); in animateOutHUN()
607 removeNotificationFromPanel(currentHeadsUpNotification); in animateOutHUN()
622 protected void removeNotificationFromPanel(HeadsUpEntry currentHeadsUpNotification) { in removeNotificationFromPanel() argument
623 mHeadsUpContentFrame.removeView(currentHeadsUpNotification.getNotificationView()); in removeNotificationFromPanel()
[all …]