Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationFooterLayout.java165 final View firstNotification = mIconRow.getChildAt(mIconRow.getChildCount() - 1); in animateFirstNotificationTo() local
168 firstNotification.getGlobalVisibleRect(fromBounds); in animateFirstNotificationTo()
173 .build(firstNotification); in animateFirstNotificationTo()
177 callback.onIconAnimationEnd((NotificationInfo) firstNotification.getTag()); in animateFirstNotificationTo()
178 removeViewFromIconRow(firstNotification); in animateFirstNotificationTo()