Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationFooterLayout.java191 View iconFromOverflow = addNotificationIconForInfo(notification); in animateFirstNotificationTo() local
192 animation.play(ObjectAnimator.ofFloat(iconFromOverflow, ALPHA, 0, 1)); in animateFirstNotificationTo()