Searched refs:currentHeadsUpNotification (Results 1 – 1 of 1) sorted by relevance
577 HeadsUpEntry currentHeadsUpNotification = mActiveHeadsUpNotifications.get( in animateOutHUN() local580 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() argument623 mHeadsUpContentFrame.removeView(currentHeadsUpNotification.getNotificationView()); in removeNotificationFromPanel()[all …]