Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java171 @Nullable private View mIsolatedIconForAnimation; field in NotificationIconContainer
321 mIsolatedIconForAnimation = null; in applyIconStates()
697 mIsolatedIconForAnimation = icon != null ? icon : mIsolatedIcon; in showIconIsolatedAnimated()
813 if (!StatusBarNoHunBehavior.isEnabled() && mIsolatedIconForAnimation != null) { in applyToView()
814 if (view == mIsolatedIconForAnimation) { in applyToView()